Uses of Interface
org.castor.cache.CacheFactory

Packages that use CacheFactory
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.simple   
 

Uses of CacheFactory in org.castor.cache
 

Classes in org.castor.cache that implement CacheFactory
 class AbstractCacheFactory
          Base implementation of CacheFactory.
 

Methods in org.castor.cache that return types with arguments of type CacheFactory
 Collection<CacheFactory> CacheFactoryRegistry.getCacheFactories()
          Returns a collection of the current configured cache factories.
 

Uses of CacheFactory in org.castor.cache.distributed
 

Classes in org.castor.cache.distributed that implement CacheFactory
 class CoherenceCacheFactory
          Implements CacheFactory for the CoherenceCache implementation of Cache.
 class EHCacheFactory
          Implements CacheFactory for the EHCache implementation of Cache.
 class FKCacheFactory
          Implements CacheFactory for the FKCache implementation of Cache.
 class GigaspacesCacheFactory
          Implements CacheFactory for the GigaspacesCache implementation of Cache.
 class JCacheFactory
          Implements CacheFactory for the JCache implementation of Cache.
 class JcsCacheFactory
          Implements CacheFactory for the JcsCache implementation of Cache.
 class OsCacheFactory
          Implements CacheFactory for the OsCache implementation of Cache.
 

Uses of CacheFactory in org.castor.cache.hashbelt
 

Classes in org.castor.cache.hashbelt that implement CacheFactory
 class FIFOHashbeltFactory
          Implements CacheFactory for the FIFOHashbelt implementation of Cache.
 class LRUHashbeltFactory
          Implements CacheFactory for the LRUHashbelt implementation of Cache.
 

Uses of CacheFactory in org.castor.cache.simple
 

Classes in org.castor.cache.simple that implement CacheFactory
 class CountLimitedFactory
          Implements CacheFactory for count-limited cache.
 class NoCacheFactory
          Implements CacheFactory for the NoCache implementation of Cache.
 class TimeLimitedFactory
          Implements CacheFactory for the TimeLimited implementation of Cache.
 class UnlimitedFactory
          Implements CacheFactory for the Unlimited implementation of Cache.
 



Copyright © 2010. All Rights Reserved.