Uses of Interface
net.sf.ehcache.config.CacheConfigurationListener
-
Packages that use CacheConfigurationListener Package Description 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
Classes in net.sf.ehcache.config that implement CacheConfigurationListener Modifier and Type Class Description classAbstractCacheConfigurationListenerFields in net.sf.ehcache.config with type parameters of type CacheConfigurationListener Modifier and Type Field Description protected java.util.Set<CacheConfigurationListener>CacheConfiguration. listenersThe listeners for this configuration.Methods in net.sf.ehcache.config with parameters of type CacheConfigurationListener Modifier and Type Method Description booleanCacheConfiguration. addConfigurationListener(CacheConfigurationListener listener)Add a listener to this cache configurationbooleanCacheConfiguration. 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 Modifier and Type Class Description classCacheSamplerImplAn implementation ofCacheSampler -
Uses of CacheConfigurationListener in net.sf.ehcache.store
Classes in net.sf.ehcache.store that implement CacheConfigurationListener Modifier and Type Class Description classMemoryStoreA Store implementation suitable for fast, concurrent in memory stores.
-