com.atlassian.cache.impl
Class CachedReferenceNotificationSupport
java.lang.Object
com.atlassian.cache.impl.CachedReferenceNotificationSupport
public class CachedReferenceNotificationSupport
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CachedReferenceNotificationSupport
public CachedReferenceNotificationSupport()
getInstance
public static CachedReferenceNotificationSupport getInstance()
notifyEvict
public <V> void notifyEvict(Iterable<CachedReferenceListener<V>> listeners,
CachedReferenceEvent<V> event)
notifySet
public <V> void notifySet(Iterable<CachedReferenceListener<V>> listeners,
CachedReferenceEvent<V> event)
notifyReset
public <V> void notifyReset(Iterable<CachedReferenceListener<V>> listeners,
CachedReferenceEvent<V> event)
Copyright © 2015 Atlassian. All rights reserved.