Package org.ehcache.config.builders

Package for builders designed to help out with programmatic configuration of Ehcache

See:
          Description

Interface Summary
Builder<T> Abstraction of something that can build a T
CacheManagerConfiguration<T extends CacheManager> A configuration type that enables to further specify the type of CacheManager in a CacheManagerBuilder.
UserManagedCacheConfiguration<K,V,T extends UserManagedCache<K,V>> A configuration type that enables to further specify the type of UserManagedCache in a UserManagedCacheBuilder.
 

Class Summary
CacheConfigurationBuilder<K,V> The CacheConfigurationBuilder enables building CacheConfigurations using a fluent style.
CacheEventListenerConfigurationBuilder The CacheEventListenerConfigurationBuilder enables building CacheEventListenerConfigurations using a fluent style.
CacheManagerBuilder<T extends CacheManager> The CacheManagerBuilder enables building cache managers using a fluent style.
PooledExecutionServiceConfigurationBuilder The PooledExecutionServiceConfigurationBuilder enables building configurations for an ExecutionService that is pool based using a fluent style.
ResourcePoolsBuilder The ResourcePoolsBuilder enables building ResourcePools configurations using a fluent style.
UserManagedCacheBuilder<K,V,T extends UserManagedCache<K,V>> The UserManagedCacheBuilder enables building UserManagedCaches using a fluent style.
WriteBehindConfigurationBuilder The WriteBehindConfigurationBuilder enables building WriteBehindConfigurations using a fluent style.
WriteBehindConfigurationBuilder.BatchedWriteBehindConfigurationBuilder Specialized WriteBehindConfigurationBuilder for WriteBehindConfigurations that supports batching
WriteBehindConfigurationBuilder.UnBatchedWriteBehindConfigurationBuilder Specialized WriteBehindConfigurationBuilder for WriteBehindConfigurations without batching support
 

Package org.ehcache.config.builders Description

Package for builders designed to help out with programmatic configuration of Ehcache