From a2a5f89035375d0d13037d106b2ae3b316b20585 Mon Sep 17 00:00:00 2001 From: miker Date: Sun, 27 Feb 2005 03:08:05 +0000 Subject: [PATCH] API Documentation for the Persistance Application git-svn-id: svn://svn.open-ils.org/ILS/trunk@137 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- OpenSRF/doc/Persist-API.html | 651 +++++++++++++++++++++++++++++++++++ 1 file changed, 651 insertions(+) create mode 100644 OpenSRF/doc/Persist-API.html diff --git a/OpenSRF/doc/Persist-API.html b/OpenSRF/doc/Persist-API.html new file mode 100644 index 0000000000..29eef38001 --- /dev/null +++ b/OpenSRF/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