ehcache

Uses of Package
net.sf.ehcache.config

Packages that use net.sf.ehcache.config
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. 
 

Classes in net.sf.ehcache.config used by net.sf.ehcache
CacheConfiguration
          A value object to represent Cache configuration that can be set by the BeanHandler.
Configuration
          A bean, used by BeanUtils, to set configuration from an XML configuration file.
 

Classes in net.sf.ehcache.config used by net.sf.ehcache.config
CacheConfiguration
          A value object to represent Cache configuration that can be set by the BeanHandler.
CacheConfiguration.BootstrapCacheLoaderFactoryConfiguration
          Configuration for the BootstrapCacheLoaderFactoryConfiguration.
CacheConfiguration.CacheEventListenerFactoryConfiguration
          Configuration for the CachePeerListenerFactoryConfiguration.
CacheConfiguration.CacheExceptionHandlerFactoryConfiguration
          Configuration for the BootstrapCacheLoaderFactoryConfiguration.
CacheConfiguration.CacheExtensionFactoryConfiguration
          Configuration for the CacheExtensionFactoryConfiguration.
CacheConfiguration.CacheLoaderFactoryConfiguration
          Configuration for the CacheLoaderFactoryConfiguration.
Configuration
          A bean, used by BeanUtils, to set configuration from an XML configuration file.
DiskStoreConfiguration
          A class to represent DiskStore configuration e.g.
FactoryConfiguration
          A class to represent the CacheManagerEventListener configuration.
 

Classes in net.sf.ehcache.config used by net.sf.ehcache.constructs.blocking
CacheConfiguration
          A value object to represent Cache configuration that can be set by the BeanHandler.
 


ehcache