ehcache

Uses of Interface
net.sf.ehcache.event.CacheEventListener

Packages that use CacheEventListener
net.sf.ehcache.distribution This package is for cache replication. 
net.sf.ehcache.event This package contains interfaces and classes for listening to events. 
net.sf.ehcache.statistics This package contains classes related to LiveCacheStatistics and its implementation. 
 

Uses of CacheEventListener in net.sf.ehcache.distribution
 

Subinterfaces of CacheEventListener in net.sf.ehcache.distribution
 interface CacheReplicator
          Replicates cache entries to peers of the CacheManager
 

Classes in net.sf.ehcache.distribution that implement CacheEventListener
 class RMIAsynchronousCacheReplicator
          Listens to CacheManager and Cache events and propagates those to CachePeer peers of the Cache asynchronously.
 class RMISynchronousCacheReplicator
          Listens to CacheManager and Cache events and propagates those to CachePeer peers of the Cache.
 

Methods in net.sf.ehcache.distribution that return CacheEventListener
 CacheEventListener RMICacheReplicatorFactory.createCacheEventListener(java.util.Properties properties)
          Create a CacheEventListener which is also a CacheReplicator.
 

Uses of CacheEventListener in net.sf.ehcache.event
 

Methods in net.sf.ehcache.event that return CacheEventListener
abstract  CacheEventListener CacheEventListenerFactory.createCacheEventListener(java.util.Properties properties)
          Create a CacheEventListener
 

Methods in net.sf.ehcache.event with parameters of type CacheEventListener
 boolean RegisteredEventListeners.registerListener(CacheEventListener cacheEventListener)
          Adds a listener to the notification service.
 boolean RegisteredEventListeners.unregisterListener(CacheEventListener cacheEventListener)
          Removes a listener from the notification service.
 

Uses of CacheEventListener in net.sf.ehcache.statistics
 

Subinterfaces of CacheEventListener in net.sf.ehcache.statistics
 interface LiveCacheStatisticsData
          Interface that classes storing usage statistics of a Cache will implement
 

Classes in net.sf.ehcache.statistics that implement CacheEventListener
 class LiveCacheStatisticsImpl
          Implementation which can be used both as a LiveCacheStatistics and LiveCacheStatisticsData
 class LiveCacheStatisticsWrapper
          An implementation of LiveCacheStatistics and also implements LiveCacheStatisticsData.
 class NullLiveCacheStatisticsData
          A no-op implementation which can be used both as a LiveCacheStatistics and LiveCacheStatisticsData
 


ehcache

true