CacheManager configuration
,
Cache configuration
and other configuration classes.See: Description
Interface | Description |
---|---|
Builder<T> |
A builder of
T s. |
CacheConfiguration<K,V> |
Represents the minimal configuration for a
Cache . |
CacheRuntimeConfiguration<K,V> |
Represents the configuration currently used by a
Cache . |
Configuration |
Represents the configuration for a
CacheManager . |
EvictionAdvisor<K,V> |
A specialized predicate used to advise on eviction of cache entries.
|
FluentCacheConfigurationBuilder<K,V,B extends FluentCacheConfigurationBuilder<K,V,?>> |
A fluent builder of
CacheConfiguration instances. |
FluentConfigurationBuilder<B extends FluentConfigurationBuilder<?>> |
A fluent builder of
Configuration instances. |
ResourcePool |
A resource providing capacity to be used by
Cache s. |
ResourcePools |
A collection of
resource pools that a Cache has at its disposal
to store its mappings. |
ResourceType<T extends ResourcePool> |
A resource type.
|
ResourceUnit |
Represents a unit in which quantity is expressed in a
SizedResourcePool . |
SizedResourcePool |
A
ResourcePool that is explicitly sized. |
Class | Description |
---|---|
Eviction |
Utility class for getting predefined
EvictionAdvisor instances. |
Enum | Description |
---|---|
ResourceType.Core |
An enumeration of core
ResourceType s in Ehcache. |
CacheManager configuration
,
Cache configuration
and other configuration classes.