Package org.ehcache.core

Package for core implementation classes such as EhcacheManager and Ehcache.

See:
          Description

Interface Summary
CacheConfigurationChangeListener Interface allowing types to declare their interest in CacheConfigurationChangeEvents.
InternalCache<K,V> Extension of the Cache and UserManagedCache interfaces defining common methods used by collaborators of Cache implementations.
Jsr107Cache<K,V> Bridge interface for enabling specific JSR-107 methods not available on Cache.
 

Class Summary
CacheConfigurationChangeEvent Class representing a configuration change on a live cache.
Ehcache<K,V> Implementation of the Cache interface when no CacheLoaderWriter is involved.
EhcacheManager Implementation class for the CacheManager and PersistentCacheManager
EhcacheWithLoaderWriter<K,V> Implementation of the Cache interface when a CacheLoaderWriter is involved.
PersistentUserManagedEhcache<K,V> Implementation of PersistentUserManagedCache which is a cache with a persistent resource outside of a CacheManager.
 

Enum Summary
CacheConfigurationProperty Enumeration of the properties that can change on a live cache.
 

Package org.ehcache.core Description

Package for core implementation classes such as EhcacheManager and Ehcache.