|
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. |
| net.sf.ehcache.store.compound.impl | This package contains the various element proxy factory implementations. |
| 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 |
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. |
| Uses of CacheConfigurationListener in net.sf.ehcache.store.compound.impl |
|---|
| Classes in net.sf.ehcache.store.compound.impl that implement CacheConfigurationListener | |
|---|---|
class |
DiskPersistentStore
Implements a persistent-to-disk store. |
class |
MemoryOnlyStore
Implements a memory only store. |
class |
OverflowToDiskStore
Implements an overflow-to-disk store. |
|
ehcache | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||