Uses of Class
com.opensymphony.oscache.base.events.CachePatternEvent

Packages that use CachePatternEvent
com.opensymphony.oscache.base.events Provides the base classes and interfaces that allow pluggable event handlers to be incorporated into OSCache. 
com.opensymphony.oscache.extra Provides some basic event handler implementations that aren't essential to the core OSCache code, but form a useful starting point for basic logging or further development. 
 

Uses of CachePatternEvent in com.opensymphony.oscache.base.events
 

Methods in com.opensymphony.oscache.base.events with parameters of type CachePatternEvent
 void CacheEntryEventListener.cachePatternFlushed(CachePatternEvent event)
          Event fired when a key pattern is flushed from the cache.
 

Uses of CachePatternEvent in com.opensymphony.oscache.extra
 

Methods in com.opensymphony.oscache.extra with parameters of type CachePatternEvent
 void CacheEntryEventListenerImpl.cachePatternFlushed(CachePatternEvent event)
          Handles the event fired when a pattern is flushed from the cache.
 


See www.opensymphony.com for more information.