public class JCSCacheEntryEvent<K,V> extends javax.cache.event.CacheEntryEvent<K,V>
source
Constructor and Description |
---|
JCSCacheEntryEvent(javax.cache.Cache<K,V> source,
javax.cache.event.EventType eventType,
V old,
K key,
V value) |
Modifier and Type | Method and Description |
---|---|
K |
getKey() |
V |
getOldValue() |
V |
getValue() |
boolean |
isOldValueAvailable() |
<T> T |
unwrap(Class<T> clazz) |
toString
public V getOldValue()
public boolean isOldValueAvailable()
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.