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