public abstract class CacheEntryEvent<K,V>
extends java.util.EventObject
Constructor and Description |
---|
CacheEntryEvent(Cache source) |
Modifier and Type | Method and Description |
---|---|
abstract K |
getKey() |
V |
getOldValue() |
Cache |
getSource() |
abstract V |
getValue() |
boolean |
isOldValueAvailable() |
public CacheEntryEvent(Cache source)