Package rice.persistence

Interface Summary
Cache This interface is the abstraction of something which provides a caching service.
Catalog This interface is the abstraction of something which holds objects which are available for lookup.
Storage This interface is the abstraction of something which provides a local storage service, such as a persistence storage service or an in-memory storage service.
 

Class Summary
LRUCache This class is an encapsulation of a least-recently-used (LRU) cache.
MemoryStorage This class is an implementation of Storage which provides in-memory storage.
PersistentStorage This class is an implementation of Storage which provides persistent storage to disk.
StorageManager This class provides both persistent and caching services to external applications.
 






Imprint-Dataprotection