|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Catalog | |
---|---|
rice.persistence |
Uses of Catalog in rice.persistence |
---|
Subinterfaces of Catalog in rice.persistence | |
---|---|
interface |
Cache
This interface is the abstraction of something which provides a caching service. |
interface |
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. |
interface |
StorageManager
|
Classes in rice.persistence that implement Catalog | |
---|---|
class |
EmptyCache
This class is a cahcce which doesn't store anything. |
class |
LRUCache
This class is an encapsulation of a least-recently-used (LRU) cache. |
class |
MemoryStorage
This class is an implementation of Storage which provides in-memory storage. |
class |
PersistentStorage
This class is an implementation of Storage which provides persistent storage to disk. |
class |
StorageManagerImpl
This class provides both persistent and caching services to external applications. |
|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |