com.atlassian.cache.impl
Class LazyCacheEntryListenerSupport<K,V>
java.lang.Object
com.atlassian.cache.impl.LazyCacheEntryListenerSupport<K,V>
- All Implemented Interfaces:
- CacheEntryListenerSupport<K,V>
public class LazyCacheEntryListenerSupport<K,V>
- extends Object
- implements CacheEntryListenerSupport<K,V>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LazyCacheEntryListenerSupport
public LazyCacheEntryListenerSupport()
init
protected void init()
createDelegate
protected CacheEntryListenerSupport<K,V> createDelegate()
add
public void add(CacheEntryListener<K,V> listener,
boolean includeValues)
- Specified by:
add in interface CacheEntryListenerSupport<K,V>
remove
public void remove(CacheEntryListener<K,V> listener)
- Specified by:
remove in interface CacheEntryListenerSupport<K,V>
notifyAdd
public void notifyAdd(K key,
V value)
- Specified by:
notifyAdd in interface CacheEntryListenerSupport<K,V>
notifyEvict
public void notifyEvict(K key,
V oldValue)
- Specified by:
notifyEvict in interface CacheEntryListenerSupport<K,V>
notifyRemove
public void notifyRemove(K key,
V oldValue)
- Specified by:
notifyRemove in interface CacheEntryListenerSupport<K,V>
notifyUpdate
public void notifyUpdate(K key,
V value,
V oldValue)
- Specified by:
notifyUpdate in interface CacheEntryListenerSupport<K,V>
Copyright © 2015 Atlassian. All rights reserved.