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.config.generator.model This package contains utility classes encapsulating ideas of Elements and Attributes. 
net.sf.ehcache.config.generator.model.elements This package contains utility classes encapsulating ideas of Elements and Attributes from the ehcache.xsd 
net.sf.ehcache.constructs The constructs package builds on top of the core ehcache classes to create implementations for common caching patterns. 
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.store.compound.impl This package contains the various element proxy factory implementations. 
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.CacheDecoratorFactoryConfiguration
          Configuration for the CacheDecoratorFactoryConfiguration.
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.
CopyStrategyConfiguration
           
DiskStoreConfiguration
          A class to represent DiskStore configuration e.g.
FactoryConfiguration
          A class to represent the CacheManagerEventListener configuration.
TerracottaClientConfiguration
          Holds the Terracotta configuration for a particular client
TerracottaConfiguration
          Class to hold the Terracotta configuration - either a pointer to the real config or a container for embedded config.
TerracottaConfiguration.StorageStrategy
          Represents whether keys/values are to be stored in the local vm or the Terracotta server
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.config.generator.model
FactoryConfiguration
          A class to represent the CacheManagerEventListener configuration.
 

Classes in net.sf.ehcache.config used by net.sf.ehcache.config.generator.model.elements
CacheConfiguration
          A value object used to represent cache configuration.
CacheWriterConfiguration
          Class to hold the CacheWriterManager configuration
Configuration
          A bean, used by BeanUtils, to set configuration from an XML configuration file.
CopyStrategyConfiguration
           
DiskStoreConfiguration
          A class to represent DiskStore configuration e.g.
FactoryConfiguration
          A class to represent the CacheManagerEventListener configuration.
TerracottaClientConfiguration
          Holds the Terracotta configuration for a particular client
TerracottaConfiguration
          Class to hold the Terracotta configuration - either a pointer to the real config or a container for embedded config.
 

Classes in net.sf.ehcache.config used by net.sf.ehcache.constructs
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.store.compound.impl
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