See: Description
Interface | Description |
---|---|
CacheManagerConfiguration<T extends CacheManager> |
A configuration type that enables to further specify the type of
CacheManager in a
CacheManagerBuilder . |
ExpiryPolicyBuilder.TriFunction<T,U,V,R> | |
UserManagedCacheConfiguration<K,V,T extends UserManagedCache<K,V>> |
A configuration type that enables to further specify the type of
UserManagedCache in a
UserManagedCacheBuilder . |
Class | Description |
---|---|
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. |
ConfigurationBuilder |
The
ConfigurationBuilder enables building Configuration s using a fluent style. |
ExpiryPolicyBuilder<K,V> |
Builder and utilities for getting predefined
ExpiryPolicy instances. |
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 |