./library/store/Storage.xotcl ./library/store/Storage.xotcl


Package/File Information

No package provided/required

Defined Objects/Classes:
Filename: ./library/store/Storage.xotcl

Description: Simple generic storage interface for hashtable-like (persistent) storages. There are several different existing stores, including a memory storage, a GDBM storage, a SDBM storage, and a TextFile storage.
Date: $Date: 2005/09/09 21:09:01 $


Class: Storage

Class: Class
Procs/Instprocs: close, exists, firstkey, names, nextkey, open, set, someNewChildStore, unset.
Description: Abstract storage interface class (superclass of all storages).

Instprocs

Procs



Back to index page.