Uses of Interface
com.atlassian.cache.CacheEntryEvent

Packages that use CacheEntryEvent
com.atlassian.cache   
com.atlassian.cache.impl   
 

Uses of CacheEntryEvent in com.atlassian.cache
 

Methods in com.atlassian.cache with parameters of type CacheEntryEvent
 void CacheEntryAdapter.onAdd(CacheEntryEvent<K,V> event)
           
 void CacheEntryListener.onAdd(CacheEntryEvent<K,V> event)
          Invoked when a key-value was added to the cache
 void CacheEntryAdapter.onEvict(CacheEntryEvent<K,V> event)
           
 void CacheEntryListener.onEvict(CacheEntryEvent<K,V> event)
          Invoked when a key-value was evicted from the cache
 void CacheEntryAdapter.onRemove(CacheEntryEvent<K,V> event)
           
 void CacheEntryListener.onRemove(CacheEntryEvent<K,V> event)
          Invoked when a key-value was removed from the cache
 void CacheEntryAdapter.onUpdate(CacheEntryEvent<K,V> event)
           
 void CacheEntryListener.onUpdate(CacheEntryEvent<K,V> event)
          Invoked when key-value was changed in the cache
 

Uses of CacheEntryEvent in com.atlassian.cache.impl
 

Classes in com.atlassian.cache.impl that implement CacheEntryEvent
 class DefaultCacheEntryEvent<K,V>
          A default implementation for CacheEntryEvent
 

Methods in com.atlassian.cache.impl with parameters of type CacheEntryEvent
<K,V> void
CacheEntryNotificationSupport.notifyAdd(Iterable<CacheEntryListener<K,V>> listeners, CacheEntryEvent<K,V> event)
           
<K,V> void
CacheEntryNotificationSupport.notifyEvict(Iterable<CacheEntryListener<K,V>> listeners, CacheEntryEvent<K,V> event)
           
<K,V> void
CacheEntryNotificationSupport.notifyRemove(Iterable<CacheEntryListener<K,V>> listeners, CacheEntryEvent<K,V> event)
           
<K,V> void
CacheEntryNotificationSupport.notifyUpdate(Iterable<CacheEntryListener<K,V>> listeners, CacheEntryEvent<K,V> event)
           
 



Copyright © 2014 Atlassian. All rights reserved.