|
Rice Pastry API | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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. |
LockManager | |
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. |
StorageManager |
Class Summary | |
---|---|
EmptyCache | This class is a cahcce which doesn't store anything. |
LockManagerImpl | |
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. |
StorageManagerImpl | This class provides both persistent and caching services to external applications. |
|
Rice Pastry API | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |