Package | Description |
---|---|
net.sf.ehcache.config |
This package contains the cache configuration code.
|
Modifier and Type | Field and Description |
---|---|
protected CacheConfiguration.CacheExceptionHandlerFactoryConfiguration |
CacheConfiguration.cacheExceptionHandlerFactoryConfiguration
The CacheExceptionHandlerFactoryConfiguration.
|
Modifier and Type | Method and Description |
---|---|
CacheConfiguration.CacheExceptionHandlerFactoryConfiguration |
CacheConfiguration.getCacheExceptionHandlerFactoryConfiguration()
Accessor
|
Modifier and Type | Method and Description |
---|---|
void |
CacheConfiguration.addCacheExceptionHandlerFactory(CacheConfiguration.CacheExceptionHandlerFactoryConfiguration factory)
Add the CacheExceptionHandlerFactory to the configuration.
|
CacheConfiguration |
CacheConfiguration.cacheExceptionHandlerFactory(CacheConfiguration.CacheExceptionHandlerFactoryConfiguration factory) |
static CacheExceptionHandler |
ConfigurationHelper.createCacheExceptionHandler(CacheConfiguration.CacheExceptionHandlerFactoryConfiguration factoryConfiguration)
Tries to create a CacheLoader from the configuration using the factory
specified.
|
Copyright © 2003-2013 Terracotta, Inc.. All Rights Reserved.