com.atlassian.cache.impl
Class CachedReferenceNotificationSupport

java.lang.Object
  extended by com.atlassian.cache.impl.CachedReferenceNotificationSupport

public class CachedReferenceNotificationSupport
extends Object


Constructor Summary
CachedReferenceNotificationSupport()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedReferenceNotificationSupport

public CachedReferenceNotificationSupport()
Method Detail

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.