Class MutableCacheEntryListenerConfiguration<K,V>

java.lang.Object
javax.cache.configuration.MutableCacheEntryListenerConfiguration<K,V>
Type Parameters:
K - the type of keys maintained the cache
V - the type of cached values
All Implemented Interfaces:
Serializable, CacheEntryListenerConfiguration<K,V>

public class MutableCacheEntryListenerConfiguration<K,V> extends Object implements CacheEntryListenerConfiguration<K,V>
A convenience class providing a mutable, serializable implementation of a CacheEntryListenerConfiguration.
Since:
1.0
See Also: