public class CacheEntryNotificationSupport extends Object
| Constructor and Description |
|---|
CacheEntryNotificationSupport() |
| Modifier and Type | Method and Description |
|---|---|
static CacheEntryNotificationSupport |
getInstance() |
<K,V> void |
notify(Iterable<CacheEntryListener<K,V>> listeners,
Consumer<CacheEntryListener<K,V>> effect) |
<K,V> void |
notifyAdd(Iterable<CacheEntryListener<K,V>> listeners,
CacheEntryEvent<K,V> event) |
<K,V> void |
notifyEvict(Iterable<CacheEntryListener<K,V>> listeners,
CacheEntryEvent<K,V> event) |
<K,V> void |
notifyRemove(Iterable<CacheEntryListener<K,V>> listeners,
CacheEntryEvent<K,V> event) |
<K,V> void |
notifyUpdate(Iterable<CacheEntryListener<K,V>> listeners,
CacheEntryEvent<K,V> event) |
public static CacheEntryNotificationSupport getInstance()
public <K,V> void notifyAdd(Iterable<CacheEntryListener<K,V>> listeners, CacheEntryEvent<K,V> event)
public <K,V> void notifyEvict(Iterable<CacheEntryListener<K,V>> listeners, CacheEntryEvent<K,V> event)
public <K,V> void notifyRemove(Iterable<CacheEntryListener<K,V>> listeners, CacheEntryEvent<K,V> event)
public <K,V> void notifyUpdate(Iterable<CacheEntryListener<K,V>> listeners, CacheEntryEvent<K,V> event)
public <K,V> void notify(Iterable<CacheEntryListener<K,V>> listeners, Consumer<CacheEntryListener<K,V>> effect)
Copyright © 2018 Atlassian. All rights reserved.