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<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.
 

Uses of AbstractCacheFactory in org.castor.cache.hashbelt
 

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

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