Interface | Description |
---|---|
CacheConfiguration<K,V> |
Represents the minimal read-only configuration for a Cache to be, or an already existing one
|
CacheRuntimeConfiguration<K,V> |
Represents the configuration currently used by a
Cache . |
Configuration | |
EvictionVeto<K,V> |
A specialized predicate used to veto eviction of cache entries.
|
ResourcePool | |
ResourcePools |
A collection of
resource pools a cache has at its disposal to store its mappings. |
ResourceType |
The resource pools type interface.
|
ResourceUnit | |
RuntimeConfiguration |
Marker interface for now, there isn't anything mutable here yet...
|
Class | Description |
---|---|
Eviction |
Utility class for getting predefined
EvictionVeto instance. |
Enum | Description |
---|---|
ResourceType.Core |
An enumeration of resource types handled by core ehcache.
|
Cache
configuration classes