public abstract class CacheExtensionFactory extends Object
CacheExtensions. Implementers should provide their own
concrete factory extending this factory. It can then be configured in ehcache.xml.| Constructor and Description |
|---|
CacheExtensionFactory() |
public abstract CacheExtension createCacheExtension(Ehcache cache, 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.xmlCopyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.