ehcache

Uses of Interface
net.sf.ehcache.config.CacheConfigurationListener

Packages that use CacheConfigurationListener
net.sf.ehcache.config This package contains the cache configuration code. 
net.sf.ehcache.management.sampled This package contains classes related to MBeans with Sampled Statistics. 
net.sf.ehcache.store Store package. 
 

Uses of CacheConfigurationListener in net.sf.ehcache.config
 

Fields in net.sf.ehcache.config with type parameters of type CacheConfigurationListener
protected  java.util.Set<CacheConfigurationListener> CacheConfiguration.listeners
          The listeners for this configuration.
 

Methods in net.sf.ehcache.config with parameters of type CacheConfigurationListener
 boolean CacheConfiguration.addConfigurationListener(CacheConfigurationListener listener)
          Add a listener to this cache configuration
 boolean CacheConfiguration.removeConfigurationListener(CacheConfigurationListener listener)
          Remove the supplied cache configuration listener.
 

Uses of CacheConfigurationListener in net.sf.ehcache.management.sampled
 

Classes in net.sf.ehcache.management.sampled that implement CacheConfigurationListener
 class SampledCache
          An implementation of SampledCacheMBean

 

Uses of CacheConfigurationListener in net.sf.ehcache.store
 

Classes in net.sf.ehcache.store that implement CacheConfigurationListener
 class DiskStore
          A disk store implementation.
 class MemoryStore
          A Store implementation suitable for fast, concurrent in memory stores.
 


ehcache

true