Rice Pastry API

Uses of Interface
rice.persistence.Cache

Packages that use Cache
rice.persistence   
 

Uses of Cache in rice.persistence
 

Classes in rice.persistence that implement Cache
 class LRUCache
          This class is an encapsulation of a least-recently-used (LRU) cache.
 class StorageManager
          This class provides both persistent and caching services to external applications.
 

Methods in rice.persistence that return Cache
 rice.persistence.Cache StorageManager.getCache()
          Returns the cache object used by this StorageManager
 

Constructors in rice.persistence with parameters of type Cache
StorageManager(rice.p2p.commonapi.IdFactory factory, rice.persistence.Storage storage, rice.persistence.Cache cache)
          Builds a StorageManager given a Storage object to provide storage services and a Cache object to provide caching services.
 


Rice Pastry API

Copyright © 2001 - Rice Pastry.


Imprint-Dataprotection