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.
|
Modifier and Type | Field and Description |
---|---|
protected Set<CacheConfigurationListener> |
CacheConfiguration.listeners
The listeners for this configuration.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CacheConfiguration.addConfigurationListener(CacheConfigurationListener listener)
Add a listener to this cache configuration
|
boolean |
CacheConfiguration.removeConfigurationListener(CacheConfigurationListener listener)
Remove the supplied cache configuration listener.
|
Modifier and Type | Class and Description |
---|---|
class |
CacheSamplerImpl
An implementation of
CacheSampler |
class |
ComprehensiveCacheSamplerImpl
The default implementation of
ComprehensiveCacheSampler . |
Modifier and Type | Class and Description |
---|---|
class |
MemoryStore
A Store implementation suitable for fast, concurrent in memory stores.
|
class |
NotifyingMemoryStore |
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.