public class CachedReferenceNotificationSupport extends Object
| Constructor and Description |
|---|
CachedReferenceNotificationSupport() |
| Modifier and Type | Method and Description |
|---|---|
static CachedReferenceNotificationSupport |
getInstance() |
<V> void |
notifyEvict(Iterable<CachedReferenceListener<V>> listeners,
CachedReferenceEvent<V> event) |
<V> void |
notifyReset(Iterable<CachedReferenceListener<V>> listeners,
CachedReferenceEvent<V> event) |
<V> void |
notifySet(Iterable<CachedReferenceListener<V>> listeners,
CachedReferenceEvent<V> event) |
public static CachedReferenceNotificationSupport getInstance()
public <V> void notifyEvict(Iterable<CachedReferenceListener<V>> listeners, CachedReferenceEvent<V> event)
public <V> void notifySet(Iterable<CachedReferenceListener<V>> listeners, CachedReferenceEvent<V> event)
public <V> void notifyReset(Iterable<CachedReferenceListener<V>> listeners, CachedReferenceEvent<V> event)
Copyright © 2018 Atlassian. All rights reserved.