|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
Classes in net.sf.ehcache.config that implement CacheConfigurationListener | |
---|---|
class |
AbstractCacheConfigurationListener
|
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 |
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. |
|
ehcache | |||||||||
PREV NEXT | FRAMES NO FRAMES |