EhcacheManager
and
Ehcache
.See: Description
Interface | Description |
---|---|
CacheConfigurationChangeListener |
Interface allowing types to declare their interest in
CacheConfigurationChangeEvent s. |
HumanReadable |
Classes implementing this interface provide a human readable
string to describe themselves.
|
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 | Description |
---|---|
CacheConfigurationChangeEvent |
Class representing a configuration change on a live cache.
|
Ehcache<K,V> |
Implementation of the
Cache interface when no CacheLoaderWriter is involved. |
Ehcache.GetAllFunction<K,V> | |
Ehcache.PutAllFunction<K,V> | |
Ehcache.RemoveAllFunction<K,V> | |
EhcacheBase<K,V> |
Base implementation of the
Cache interface that is common to all Ehcache implementation |
EhcacheManager |
Implementation class for the
CacheManager and PersistentCacheManager |
PersistentUserManagedEhcache<K,V> |
Implementation of
PersistentUserManagedCache which is a cache with a persistent resource outside of a
CacheManager . |
Enum | Description |
---|---|
CacheConfigurationProperty |
Enumeration of the properties that can change on a live cache.
|
EhcacheManager
and
Ehcache
.