public class DefaultCacheEntryEvent<K,V> extends Object implements CacheEntryEvent<K,V>
CacheEntryEvent| Constructor and Description |
|---|
DefaultCacheEntryEvent(K key,
V value,
V oldValue) |
| Modifier and Type | Method and Description |
|---|---|
K |
getKey()
Returns the key the event was fired for
|
V |
getOldValue()
Returns the old value for this key
|
V |
getValue()
Returns the current value for this key
|
@Nonnull public K getKey()
CacheEntryEventgetKey in interface CacheEntryEvent<K,V>public V getValue()
CacheEntryEventgetValue in interface CacheEntryEvent<K,V>Nullable please refer to the
class level documentationpublic V getOldValue()
CacheEntryEventgetOldValue in interface CacheEntryEvent<K,V>Nullable please refer to the
class level documentationCopyright © 2018 Atlassian. All rights reserved.