ehcache

Uses of Class
net.sf.ehcache.config.CacheConfiguration

Packages that use CacheConfiguration
net.sf.ehcache This package contains the public API for using ehcache. 
net.sf.ehcache.config This package contains the cache configuration code. 
net.sf.ehcache.constructs.blocking Doug Lea in his book Concurrent Programming in Java talks about concurrency support constructs. 
 

Uses of CacheConfiguration in net.sf.ehcache
 

Methods in net.sf.ehcache that return CacheConfiguration
 CacheConfiguration Ehcache.getCacheConfiguration()
          Gets the cache configuration this cache was created with.
 CacheConfiguration Cache.getCacheConfiguration()
          Gets the cache configuration this cache was created with.
 

Uses of CacheConfiguration in net.sf.ehcache.config
 

Methods in net.sf.ehcache.config that return CacheConfiguration
 CacheConfiguration Configuration.getDefaultCacheConfiguration()
           
 

Methods in net.sf.ehcache.config with parameters of type CacheConfiguration
 void Configuration.addCache(CacheConfiguration cacheConfiguration)
          Allows BeanHandler to add Cache Configurations to the configuration.
 void Configuration.addDefaultCache(CacheConfiguration defaultCacheConfiguration)
          Allows BeanHandler to add a default configuration to the configuration.
(package private)  Ehcache ConfigurationHelper.createCache(CacheConfiguration cacheConfiguration)
          Create a cache given a cache configuration
protected static void ConfigurationHelper.registerCacheExtensions(CacheConfiguration cacheConfiguration, Ehcache cache)
          A factory method to register cache extensions
protected static void ConfigurationHelper.registerCacheListeners(CacheConfiguration cacheConfiguration, RegisteredEventListeners registeredEventListeners)
          A factory method to create a RegisteredEventListeners
 void Configuration.setDefaultCacheConfiguration(CacheConfiguration defaultCacheConfiguration)
           
 

Uses of CacheConfiguration in net.sf.ehcache.constructs.blocking
 

Methods in net.sf.ehcache.constructs.blocking that return CacheConfiguration
 CacheConfiguration BlockingCache.getCacheConfiguration()
          Gets the cache configuration this cache was created with.
 


ehcache