Class CacheEntryEvent<K,V>

java.lang.Object
java.util.EventObject
javax.cache.event.CacheEntryEvent<K,V>
Type Parameters:
K - the type of key
V - the type of value
All Implemented Interfaces:
Serializable, Cache.Entry<K,V>

public abstract class CacheEntryEvent<K,V> extends EventObject implements Cache.Entry<K,V>
A Cache entry event base class.
Since:
1.0
See Also: