Uses of Interface
com.opensymphony.oscache.base.events.CacheEntryEventListener

Packages that use CacheEntryEventListener
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 CacheEntryEventListener in com.opensymphony.oscache.extra
 

Classes in com.opensymphony.oscache.extra that implement CacheEntryEventListener
 class CacheEntryEventListenerImpl
          Implementation of a CacheEntryEventListener.
 class StatisticListenerImpl
          A simple implementation of a statistic reporter which uses the event listeners.
 

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

Classes in com.opensymphony.oscache.plugins.clustersupport that implement CacheEntryEventListener
 class AbstractBroadcastingListener
          Implementation of a CacheEntryEventListener.
 class JavaGroupsBroadcastingListener
          A concrete implementation of the AbstractBroadcastingListener based on the JavaGroups library.
 class JMS10BroadcastingListener
          A JMS 1.0.x based clustering implementation.
 class JMSBroadcastingListener
          A JMS based clustering implementation.
 


OSCache Project Page