Uses of Package
org.castor.cache

Packages that use org.castor.cache
org.castor.cache As explained in org.exolab.castor.persist, LockEngine implements a persistence engine that caches objects in memory for performance reasons and thus eliminates the number of operations against the persistence storage. 
org.castor.cache.distributed   
org.castor.cache.hashbelt The Hashbelt API Author: Gregory Block Author: Ralf Joachim This package represents an API, based on a set of articles in the O'Reilly Network by William Grosso, to implement a simplified and 1.3-compatible implementation of a Hashbelt algorithm. 
org.castor.cache.hashbelt.reaper   
org.castor.cache.simple   
 

Classes in org.castor.cache used by org.castor.cache
Cache
          Interface specification for performance caches as used in Castor.
CacheAcquireException
          Exception that indicates that a performance cache instance can not be acquired.
CacheFactory
          A factory for instantiating Cache implementations.
 

Classes in org.castor.cache used by org.castor.cache.distributed
AbstractBaseCache
          Base implementation of all LRU cache types.
AbstractCacheFactory
          Base implementation of CacheFactory.
Cache
          Interface specification for performance caches as used in Castor.
CacheAcquireException
          Exception that indicates that a performance cache instance can not be acquired.
CacheFactory
          A factory for instantiating Cache implementations.
 

Classes in org.castor.cache used by org.castor.cache.hashbelt
AbstractBaseCache
          Base implementation of all LRU cache types.
AbstractCacheFactory
          Base implementation of CacheFactory.
Cache
          Interface specification for performance caches as used in Castor.
CacheAcquireException
          Exception that indicates that a performance cache instance can not be acquired.
CacheFactory
          A factory for instantiating Cache implementations.
 

Classes in org.castor.cache used by org.castor.cache.hashbelt.reaper
Cache
          Interface specification for performance caches as used in Castor.
 

Classes in org.castor.cache used by org.castor.cache.simple
AbstractBaseCache
          Base implementation of all LRU cache types.
AbstractCacheFactory
          Base implementation of CacheFactory.
Cache
          Interface specification for performance caches as used in Castor.
CacheAcquireException
          Exception that indicates that a performance cache instance can not be acquired.
CacheFactory
          A factory for instantiating Cache implementations.
 



Copyright © 2010. All Rights Reserved.