Uses of Class
org.castor.cache.AbstractCacheFactory

Packages that use AbstractCacheFactory
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 AbstractCacheFactory in org.castor.cache.distributed
 

Subclasses of AbstractCacheFactory in org.castor.cache.distributed
 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.
 

Uses of AbstractCacheFactory in org.castor.cache.hashbelt
 

Subclasses of AbstractCacheFactory in org.castor.cache.hashbelt
 class FIFOHashbeltFactory
          Implements CacheFactory for the FIFOHashbelt implementation of Cache.
 class LRUHashbeltFactory
          Implements CacheFactory for the LRUHashbelt implementation of Cache.
 

Uses of AbstractCacheFactory in org.castor.cache.simple
 

Subclasses of AbstractCacheFactory in org.castor.cache.simple
 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.