Package org.ehcache.config

CacheManager configuration, Cache configuration and other configuration classes.

See:
          Description

Interface Summary
Builder<T> A builder of Ts.
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.
ResourcePool A resource providing capacity to be used by Caches.
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 Summary
Eviction Utility class for getting predefined EvictionAdvisor instances.
 

Enum Summary
ResourceType.Core An enumeration of core ResourceTypes in Ehcache.
 

Package org.ehcache.config Description

CacheManager configuration, Cache configuration and other configuration classes.