public abstract class CacheExceptionHandlerFactory
extends java.lang.Object
CacheExceptionHandler
s at configuration time, in ehcache.xml.
Extend to create a concrete factoryConstructor and Description |
---|
CacheExceptionHandlerFactory() |
Modifier and Type | Method and Description |
---|---|
abstract CacheExceptionHandler |
createExceptionHandler(java.util.Properties properties)
Create an
CacheExceptionHandler |
public abstract CacheExceptionHandler createExceptionHandler(java.util.Properties properties)
CacheExceptionHandler
properties
- implementation specific properties. These are configured as comma
separated name value pairs in ehcache.xml