Package org.ehcache.config

Package for Cache configuration classes

See:
          Description

Interface Summary
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 Summary
Eviction Utility class for getting predefined EvictionVeto instance.
 

Enum Summary
ResourceType.Core An enumeration of resource types handled by core ehcache.
 

Package org.ehcache.config Description

Package for Cache configuration classes