org.xwiki.cache.event
Interface CacheEntryEvent<T>

Type Parameters:
T - the class of the data stored in the cache.
All Superinterfaces:
CacheEvent<T>

public interface CacheEntryEvent<T>
extends CacheEvent<T>

Base object used to contains informations when sending cache entry events.

Version:
$Id$
See Also:
CacheEntryListener

Method Summary
 CacheEntry<T> getEntry()
           
 
Methods inherited from interface org.xwiki.cache.event.CacheEvent
getCache
 

Method Detail

getEntry

CacheEntry<T> getEntry()
Returns:
the cache entry containing, among other things, the value and the key.


Copyright © 2004-2012 XWiki. All Rights Reserved.