|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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 CacheConfiguration s using a fluent style. |
CacheEventListenerConfigurationBuilder | The CacheEventListenerConfigurationBuilder enables building CacheEventListenerConfiguration s 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 UserManagedCache s using a fluent style. |
WriteBehindConfigurationBuilder | The WriteBehindConfigurationBuilder enables building WriteBehindConfiguration s using a fluent style. |
WriteBehindConfigurationBuilder.BatchedWriteBehindConfigurationBuilder | Specialized WriteBehindConfigurationBuilder for WriteBehindConfiguration s that supports batching |
WriteBehindConfigurationBuilder.UnBatchedWriteBehindConfigurationBuilder | Specialized WriteBehindConfigurationBuilder for WriteBehindConfiguration s without batching support |
Package for builders designed to help out with programmatic configuration of Ehcache
|
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |