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

Type Parameters:
T - the class of the data stored in the cache.
All Known Subinterfaces:
CacheEntryEvent<T>

public interface CacheEvent<T>

Version:
$Id: 2c8377462f5eb7e86f16a05c65356c3a0de1186b $

Method Summary
 Cache<T> getCache()
           
 

Method Detail

getCache

Cache<T> getCache()
Returns:
the cache which generated this event.


Copyright © 2004-2012 XWiki. All Rights Reserved.