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.config.generator This package contains utility classes for generating configuration texts. 
net.sf.ehcache.constructs.blocking Doug Lea in his book Concurrent Programming in Java talks about concurrency support constructs. 
net.sf.ehcache.management.provider This package contains classes related to MBeanRegistrationProvider and its implementation. 
net.sf.ehcache.management.sampled This package contains classes related to MBeans with Sampled Statistics. 
net.sf.ehcache.store Store package. 
net.sf.ehcache.writer.writebehind This package contains the write behind functionalities. 
 

Classes in net.sf.ehcache.config used by net.sf.ehcache
CacheConfiguration
          A value object used to represent cache configuration.
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 used to represent cache configuration.
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.
CacheConfiguration.TransactionalMode
          Represents whether the Cache is transactional or not.
CacheConfigurationListener
          Instances of CacheConfigurationListener can be registered with CacheConfiguration instances in order to receive notification when any of the dynamic properties of the configuration are changed.
CacheWriterConfiguration
          Class to hold the CacheWriterManager configuration
CacheWriterConfiguration.CacheWriterFactoryConfiguration
          Configuration for the CacheWriterFactoryConfiguration.
CacheWriterConfiguration.WriteMode
          Represents how elements are written to the CacheWriter
Configuration
          A bean, used by BeanUtils, to set configuration from an XML configuration file.
Configuration.Monitoring
          Represents whether monitoring should be enabled or not.
DiskStoreConfiguration
          A class to represent DiskStore configuration e.g.
FactoryConfiguration
          A class to represent the CacheManagerEventListener configuration.
TerracottaConfigConfiguration
          Holds the Terracotta clustered configuration
TerracottaConfiguration
          Class to hold the Terracotta configuration - either a pointer to the real config or a container for embedded config.
TerracottaConfiguration.ValueMode
          Represents whether values are stored with serialization in the clustered store or through Terracotta clustered identity.
 

Classes in net.sf.ehcache.config used by net.sf.ehcache.config.generator
CacheConfiguration
          A value object used to represent cache configuration.
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.constructs.blocking
CacheConfiguration
          A value object used to represent cache configuration.
 

Classes in net.sf.ehcache.config used by net.sf.ehcache.management.provider
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.management.sampled
CacheConfiguration
          A value object used to represent cache configuration.
CacheConfigurationListener
          Instances of CacheConfigurationListener can be registered with CacheConfiguration instances in order to receive notification when any of the dynamic properties of the configuration are changed.
 

Classes in net.sf.ehcache.config used by net.sf.ehcache.store
CacheConfiguration
          A value object used to represent cache configuration.
CacheConfigurationListener
          Instances of CacheConfigurationListener can be registered with CacheConfiguration instances in order to receive notification when any of the dynamic properties of the configuration are changed.
 

Classes in net.sf.ehcache.config used by net.sf.ehcache.writer.writebehind
CacheConfiguration
          A value object used to represent cache configuration.
 


ehcache

true