ePOST 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.
 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.
 


ePOST API

Copyright © 2001-2005 - Rice Pastry.