Package | Description |
---|---|
net.sf.ehcache.config |
This package contains the cache configuration code.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<CacheConfiguration.CacheDecoratorFactoryConfiguration> |
CacheConfiguration.cacheDecoratorConfigurations
The cache decorator factories added by BeanUtils.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CacheConfiguration.CacheDecoratorFactoryConfiguration> |
CacheConfiguration.getCacheDecoratorConfigurations()
Accessor
|
Modifier and Type | Method and Description |
---|---|
void |
CacheConfiguration.addCacheDecoratorFactory(CacheConfiguration.CacheDecoratorFactoryConfiguration factory)
Used by BeanUtils to add each cacheDecoratorFactory to the cache configuration.
|
private static Ehcache |
ConfigurationHelper.createDecoratedCache(Ehcache cache,
CacheConfiguration.CacheDecoratorFactoryConfiguration factoryConfiguration,
boolean forDefaultCache)
Creates the decorated cache from the decorator config specified.
|