Rice Pastry API

Uses of Interface
rice.persistence.Catalog

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.
 

Classes in rice.persistence that implement Catalog
 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 StorageManager
          This class provides both persistent and caching services to external applications.
 


Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection