From 61e32ce99c2412e9bcc890c561d4ac01fd992819 Mon Sep 17 00:00:00 2001 From: miker Date: Sun, 27 Feb 2005 03:08:05 +0000 Subject: [PATCH 1/1] API Documentation for the Persistance Application git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@119 9efc2488-bf62-4759-914b-345cdb29e865 --- doc/Persist-API.html | 651 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 651 insertions(+) create mode 100644 doc/Persist-API.html diff --git a/doc/Persist-API.html b/doc/Persist-API.html new file mode 100644 index 0000000..29eef38 --- /dev/null +++ b/doc/Persist-API.html @@ -0,0 +1,651 @@ + + + OpenSRF Persistance Application API-Namespace + + + + +
+

OpenSRF Persistance Application API-Namespace

+
+
+ +
+ The Persistance Application provides other OpenSRF Applications with a standard API for + sharing and caching data. These data are stored in Slots, and there are three basic + interfaces for interacting with Slots: QUEUEs, STACKs and OBJECTs. +
+ + + + -- 2.43.2