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.
|
net.sf.ehcache.constructs |
The constructs package builds on top of the core ehcache classes to create
implementations for common caching patterns.
|
net.sf.ehcache.constructs.classloader |
ClassLoader contstructs package
|
net.sf.ehcache.exceptionhandler |
This package is for exception handling.
|
Modifier and Type | Method and Description |
---|---|
CacheExceptionHandler |
Ehcache.getCacheExceptionHandler()
Sets an ExceptionHandler on the Cache.
|
CacheExceptionHandler |
Cache.getCacheExceptionHandler()
Gets the ExceptionHandler on this Cache, or null if there isn't one.
|
Modifier and Type | Method and Description |
---|---|
void |
Ehcache.setCacheExceptionHandler(CacheExceptionHandler cacheExceptionHandler)
Sets an ExceptionHandler on the Cache.
|
void |
Cache.setCacheExceptionHandler(CacheExceptionHandler cacheExceptionHandler)
Sets an ExceptionHandler on the Cache.
|
Modifier and Type | Method and Description |
---|---|
static CacheExceptionHandler |
ConfigurationHelper.createCacheExceptionHandler(CacheConfiguration.CacheExceptionHandlerFactoryConfiguration factoryConfiguration,
ClassLoader loader)
Tries to create a CacheLoader from the configuration using the factory
specified.
|
Modifier and Type | Method and Description |
---|---|
CacheExceptionHandler |
EhcacheDecoratorAdapter.getCacheExceptionHandler()
Sets an ExceptionHandler on the Cache.
|
Modifier and Type | Method and Description |
---|---|
void |
EhcacheDecoratorAdapter.setCacheExceptionHandler(CacheExceptionHandler cacheExceptionHandler)
Sets an ExceptionHandler on the Cache.
|
Modifier and Type | Method and Description |
---|---|
CacheExceptionHandler |
ClassLoaderAwareCache.getCacheExceptionHandler()
Sets an ExceptionHandler on the Cache.
|
Modifier and Type | Method and Description |
---|---|
void |
ClassLoaderAwareCache.setCacheExceptionHandler(CacheExceptionHandler arg0)
Sets an ExceptionHandler on the Cache.
|
Modifier and Type | Method and Description |
---|---|
abstract CacheExceptionHandler |
CacheExceptionHandlerFactory.createExceptionHandler(Properties properties)
Create an
CacheExceptionHandler |
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.