Package org.xwiki.cache.event
-
Interface Summary Interface Description CacheEntryEvent<T> Base object used to contains informations when sending cache entry events.CacheEntryListener<T> CacheEvent<T> -
Class Summary Class Description AbstractCacheEntryListener<T> Empty implementations of theCacheEntryListener
interface to make it easy for code wanting to listen to events to only override the method(s) corresponding to the event(s) listened to.