Package | Description |
---|---|
net.sf.ehcache |
This package contains the public API for using ehcache.
|
net.sf.ehcache.config |
This package contains the cache configuration code.
|
Modifier and Type | Method and Description |
---|---|
private static CacheEventListener |
Cache.createCacheEventListener(CacheConfiguration.CacheEventListenerFactoryConfiguration factoryConfiguration)
Tries to load the class specified otherwise defaults to null.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<CacheConfiguration.CacheEventListenerFactoryConfiguration> |
CacheConfiguration.cacheEventListenerConfigurations
The event listener factories added by BeanUtils.
|
Modifier and Type | Method and Description |
---|---|
CacheConfiguration.CacheEventListenerFactoryConfiguration |
CacheConfiguration.CacheEventListenerFactoryConfiguration.listenFor(java.lang.String listenFor) |
Modifier and Type | Method and Description |
---|---|
java.util.List<CacheConfiguration.CacheEventListenerFactoryConfiguration> |
CacheConfiguration.getCacheEventListenerConfigurations()
Accessor
|
Modifier and Type | Method and Description |
---|---|
void |
CacheConfiguration.addCacheEventListenerFactory(CacheConfiguration.CacheEventListenerFactoryConfiguration factory)
Used by BeanUtils to add cacheEventListenerFactory elements to the cache configuration.
|
CacheConfiguration |
CacheConfiguration.cacheEventListenerFactory(CacheConfiguration.CacheEventListenerFactoryConfiguration factory) |