Uses of Interface
org.xwiki.cache.event.CacheEntryEvent

Packages that use CacheEntryEvent
org.xwiki.cache.event   
org.xwiki.cache.util   
 

Uses of CacheEntryEvent in org.xwiki.cache.event
 

Methods in org.xwiki.cache.event with parameters of type CacheEntryEvent
 void CacheEntryListener.cacheEntryAdded(CacheEntryEvent<T> event)
          Called when a new value is inserted in the cache.
 void CacheEntryListener.cacheEntryModified(CacheEntryEvent<T> event)
          Called when an existing value is overwritten in the cache.
 void CacheEntryListener.cacheEntryRemoved(CacheEntryEvent<T> event)
          Called when an existing value is removed from the cache.
 

Uses of CacheEntryEvent in org.xwiki.cache.util
 

Methods in org.xwiki.cache.util with parameters of type CacheEntryEvent
protected  void AbstractCache.sendEntryAddedEvent(CacheEntryEvent<T> event)
          Helper method to send event when a new cache entry is inserted.
protected  void AbstractCache.sendEntryModifiedEvent(CacheEntryEvent<T> event)
          Helper method to send event when a cache entry is modified.
protected  void AbstractCache.sendEntryRemovedEvent(CacheEntryEvent<T> event)
          Helper method to send event when an existing cache entry is removed.
 



Copyright © 2004–2015 XWiki. All rights reserved.