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  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 CacheSamplerImpl
          An implementation of CacheSampler
 class ComprehensiveCacheSamplerImpl
          The default implementation of ComprehensiveCacheSampler.
 

Uses of CacheConfigurationListener in net.sf.ehcache.store
 

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


ehcache

Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.