Uses of Class
org.castor.cache.CacheAcquireException

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

Methods in org.castor.cache that throw CacheAcquireException
 Cache CacheFactory.getCache(ClassLoader classLoader)
          Instantiates an instance of the cache implementation this factory is responsible for using the given classloader.
 Cache AbstractCacheFactory.getCache(ClassLoader classLoader)
          Instantiates an instance of the cache implementation this factory is responsible for using the given classloader.
 Cache CacheFactoryRegistry.getCache(Properties props, ClassLoader classLoader)
          Returns a Cache instance with the specified properties.
 void DebuggingCacheProxy.initialize(Properties params)
          Lyfe-cycle method to allow custom initialization of cache implementations.
 void Cache.initialize(Properties params)
          Lyfe-cycle method to allow custom initialization of cache implementations.
 void AbstractBaseCache.initialize(Properties params)
          Lyfe-cycle method to allow custom initialization of cache implementations.
 

Uses of CacheAcquireException in org.castor.cache.distributed
 

Methods in org.castor.cache.distributed that throw CacheAcquireException
 Cache OsCacheFactory.getCache(ClassLoader classLoader)
          Instantiates an instance of the cache implementation this factory is responsible for using the given classloader.
 Cache OsCacheFactory.getCache(String implementation, ClassLoader classLoader)
          Normally called to initialize OsCache.
 void OsCache.initialize(Properties params)
          Lyfe-cycle method to allow custom initialization of cache implementations.
 void JcsCache.initialize(Properties params)
          Lyfe-cycle method to allow custom initialization of cache implementations.
 void JCache.initialize(Properties params)
          Lyfe-cycle method to allow custom initialization of cache implementations.
 void GigaspacesCache.initialize(Properties params)
          Lyfe-cycle method to allow custom initialization of cache implementations.
 void FKCache.initialize(Properties params)
          Lyfe-cycle method to allow custom initialization of cache implementations.
 void EHCache.initialize(Properties params)
          Lyfe-cycle method to allow custom initialization of cache implementations.
 void CoherenceCache.initialize(Properties params)
          Lyfe-cycle method to allow custom initialization of cache implementations.
 void JcsCache.initialize(String implementation, Properties params)
          Normally called to initialize JcsCache.
 void JCache.initialize(String implementation, Properties params)
          Normally called to initialize JCache.
 void GigaspacesCache.initialize(String implementation, Properties params)
          Normally called to initialize CoherenceCache.
 void FKCache.initialize(String implementation, Properties params)
          Normally called to initialize FKCache.
 void EHCache.initialize(String implementation, Properties params)
          Normally called to initialize FKCache.
 void CoherenceCache.initialize(String implementation, Properties params)
          Normally called to initialize CoherenceCache.
 

Uses of CacheAcquireException in org.castor.cache.hashbelt
 

Methods in org.castor.cache.hashbelt that throw CacheAcquireException
 void AbstractHashbelt.initialize(Properties params)
          Lyfe-cycle method to allow custom initialization of cache implementations.
 

Uses of CacheAcquireException in org.castor.cache.simple
 

Methods in org.castor.cache.simple that throw CacheAcquireException
 void TimeLimited.initialize(Properties params)
          Lyfe-cycle method to allow custom initialization of cache implementations.
 void CountLimited.initialize(Properties params)
          Lyfe-cycle method to allow custom initialization of cache implementations.
 



Copyright © 2010. All Rights Reserved.