public class CacheEntryEventImpl<K,V>
extends javax.cache.event.CacheEntryEvent<K,V>
source
Constructor and Description |
---|
CacheEntryEventImpl(ICache<K,V> source,
javax.cache.event.EventType eventType,
K key,
V newValue,
V oldValue) |
Modifier and Type | Method and Description |
---|---|
K |
getKey() |
V |
getOldValue() |
V |
getValue() |
boolean |
isOldValueAvailable() |
<T> T |
unwrap(Class<T> clazz) |
toString
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.