public class ValueCacheEntryListenerSupport<K,V> extends Object implements CacheEntryListenerSupport<K,V>
EMPTY| Constructor and Description |
|---|
ValueCacheEntryListenerSupport() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(CacheEntryListener<K,V> listener,
boolean includeValues) |
protected void |
init(CacheEntryListenerSupport<K,V> actualListenerSupport) |
protected void |
initValue(CacheEntryListenerSupport<K,V> actualListenerSupport) |
protected void |
initValueless(CacheEntryListenerSupport<K,V> actualListenerSupport) |
void |
notifyAdd(K key,
V value) |
void |
notifyEvict(K key,
V oldValue) |
void |
notifyRemove(K key,
V oldValue) |
void |
notifyUpdate(K key,
V value,
V oldValue) |
void |
remove(CacheEntryListener<K,V> listener) |
protected void init(CacheEntryListenerSupport<K,V> actualListenerSupport)
protected void initValue(CacheEntryListenerSupport<K,V> actualListenerSupport)
protected void initValueless(CacheEntryListenerSupport<K,V> actualListenerSupport)
public void add(CacheEntryListener<K,V> listener, boolean includeValues)
add in interface CacheEntryListenerSupport<K,V>public void remove(CacheEntryListener<K,V> listener)
remove in interface CacheEntryListenerSupport<K,V>public void notifyAdd(K key, V value)
notifyAdd in interface CacheEntryListenerSupport<K,V>public void notifyEvict(K key, V oldValue)
notifyEvict in interface CacheEntryListenerSupport<K,V>public void notifyRemove(K key, V oldValue)
notifyRemove in interface CacheEntryListenerSupport<K,V>public void notifyUpdate(K key, V value, V oldValue)
notifyUpdate in interface CacheEntryListenerSupport<K,V>Copyright © 2018 Atlassian. All rights reserved.