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<K,V>
          Base implementation of CacheFactory.
 

Methods in org.castor.cache that return types with arguments of type CacheFactory
 Collection<CacheFactory<K,V>> 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<K,V>
          Implements CacheFactory for the CoherenceCache implementation of Cache.
 class EHCacheFactory<K,V>
          Implements CacheFactory for the EHCache Implements CacheFactory for the EHCache implementation of Cache.
 class FKCacheFactory<K,V>
          Implements CacheFactory for the FKCache implementation of Cache.
 class GigaspacesCacheFactory<K,V>
          Implements CacheFactory for the GigaspacesCache implementation of Cache.
 class JCacheFactory<K,V>
          Implements CacheFactory for the JCache implementation of Cache.
 class JcsCacheFactory<K,V>
          Implements CacheFactory for the JcsCache implementation of Cache.
 class OsCacheFactory<K,V>
          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<K,V>
          Implements CacheFactory for the FIFOHashbelt implementation of Cache.
 class LRUHashbeltFactory<K,V>
          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<K,V>
          /** Implements CacheFactory for count-limited cache.
 class NoCacheFactory<K,V>
          Implements CacheFactory for the NoCache implementation of Cache.
 class TimeLimitedFactory<K,V>
          Implements CacheFactory for the TimeLimited implementation of Cache.
 class UnlimitedFactory<K,V>
          Implements CacheFactory for the Unlimited implementation of Cache.
 



Copyright © 2012. All Rights Reserved.