public abstract class CacheExtensionFactory
extends java.lang.Object
CacheExtension
s. Implementers should provide their own
concrete factory extending this factory. It can then be configured in ehcache.xml.Constructor and Description |
---|
CacheExtensionFactory() |
Modifier and Type | Method and Description |
---|---|
abstract CacheExtension |
createCacheExtension(Ehcache cache,
java.util.Properties properties) |
public abstract CacheExtension createCacheExtension(Ehcache cache, java.util.Properties properties)
cache
- the cache this extension should hold a reference to, and to whose lifecycle it should be bound.properties
- implementation specific properties configured as delimiter separated name value pairs in ehcache.xml