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

Packages that use CacheGroupEvent
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. 
com.opensymphony.oscache.plugins.clustersupport Provides support for broadcasting flush events so that OSCache can function across a cluster. 
 

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

Methods in com.opensymphony.oscache.base.events with parameters of type CacheGroupEvent
 void CacheEntryEventListener.cacheGroupFlushed(CacheGroupEvent event)
          Event fired when a group is flushed from the cache.
 

Uses of CacheGroupEvent in com.opensymphony.oscache.extra
 

Methods in com.opensymphony.oscache.extra with parameters of type CacheGroupEvent
 void CacheEntryEventListenerImpl.cacheGroupFlushed(CacheGroupEvent event)
          Handles the event fired when a group is flushed from the cache.
 void StatisticListenerImpl.cacheGroupFlushed(CacheGroupEvent event)
          Event fired when a group is flushed from the cache.
 

Uses of CacheGroupEvent in com.opensymphony.oscache.plugins.clustersupport
 

Methods in com.opensymphony.oscache.plugins.clustersupport with parameters of type CacheGroupEvent
 void AbstractBroadcastingListener.cacheGroupAdded(CacheGroupEvent event)
           
 void AbstractBroadcastingListener.cacheGroupEntryAdded(CacheGroupEvent event)
           
 void AbstractBroadcastingListener.cacheGroupEntryRemoved(CacheGroupEvent event)
           
 void AbstractBroadcastingListener.cacheGroupFlushed(CacheGroupEvent event)
          Event fired when an entry is removed from the cache.
 void AbstractBroadcastingListener.cacheGroupRemoved(CacheGroupEvent event)
           
 void AbstractBroadcastingListener.cacheGroupUpdated(CacheGroupEvent event)
           
 



Copyright © 2011 OpenSymphony. All Rights Reserved.