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 BootstrapCacheLoader |
Cache.createBootstrapCacheLoader(CacheConfiguration.BootstrapCacheLoaderFactoryConfiguration factoryConfiguration)
Tries to load a BootstrapCacheLoader from the class specified.
|
Modifier and Type | Field and Description |
---|---|
protected CacheConfiguration.BootstrapCacheLoaderFactoryConfiguration |
CacheConfiguration.bootstrapCacheLoaderFactoryConfiguration
The BootstrapCacheLoaderFactoryConfiguration.
|
Modifier and Type | Method and Description |
---|---|
CacheConfiguration.BootstrapCacheLoaderFactoryConfiguration |
CacheConfiguration.getBootstrapCacheLoaderFactoryConfiguration()
Accessor
|
Modifier and Type | Method and Description |
---|---|
void |
CacheConfiguration.addBootstrapCacheLoaderFactory(CacheConfiguration.BootstrapCacheLoaderFactoryConfiguration factory)
Allows BeanHandler to add the CacheManagerEventListener to the configuration.
|
CacheConfiguration |
CacheConfiguration.bootstrapCacheLoaderFactory(CacheConfiguration.BootstrapCacheLoaderFactoryConfiguration factory) |