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 CacheLoader |
Cache.createCacheLoader(CacheConfiguration.CacheLoaderFactoryConfiguration factoryConfiguration,
Ehcache cache)
Tries to load the class specified otherwise defaults to null.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.List<CacheConfiguration.CacheLoaderFactoryConfiguration> |
CacheConfiguration.cacheLoaderConfigurations
The cache loader factories added by BeanUtils.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<CacheConfiguration.CacheLoaderFactoryConfiguration> |
CacheConfiguration.getCacheLoaderConfigurations()
Accessor
|
Modifier and Type | Method and Description |
---|---|
void |
CacheConfiguration.addCacheLoaderFactory(CacheConfiguration.CacheLoaderFactoryConfiguration factory)
Used by BeanUtils to add each cacheLoaderFactory to the cache configuration.
|
CacheConfiguration |
CacheConfiguration.cacheLoaderFactory(CacheConfiguration.CacheLoaderFactoryConfiguration factory) |