K - V - public class TestCacheEntryEvent<K,V> extends CacheEntryEvent<K,V>
source| Constructor and Description |
|---|
TestCacheEntryEvent(Cache source,
EventType type) |
| Modifier and Type | Method and Description |
|---|---|
K |
getKey() |
V |
getOldValue() |
V |
getValue() |
boolean |
isOldValueAvailable() |
CacheEntryEvent |
readObject(ObjectInputStream ois) |
void |
setKey(K key) |
void |
setOldValue(V oldValue) |
void |
setOldValueAvailable(boolean oldValueAvailable) |
void |
setValue(V value) |
<T> T |
unwrap(Class<T> clazz) |
getEventType, getSourcetoStringpublic V getOldValue()
getOldValue in class CacheEntryEvent<K,V>public boolean isOldValueAvailable()
isOldValueAvailable in class CacheEntryEvent<K,V>public K getKey()
public V getValue()
public <T> T unwrap(Class<T> clazz)
public void setOldValue(V oldValue)
public void setKey(K key)
public void setOldValueAvailable(boolean oldValueAvailable)
public void setValue(V value)
public CacheEntryEvent readObject(ObjectInputStream ois)
Copyright © 2014. All Rights Reserved.