|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ehcache.extension.CacheExtensionFactory
public abstract class CacheExtensionFactory
An abstract factory for creating CacheExtension
s. Implementers should provide their own
concrete factory extending this factory. It can then be configured in ehcache.xml.
Constructor Summary | |
---|---|
CacheExtensionFactory()
|
Method Summary | |
---|---|
abstract CacheExtension |
createCacheExtension(Ehcache cache,
java.util.Properties properties)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CacheExtensionFactory()
Method Detail |
---|
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
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |