|
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.ehcache.constructs.CacheDecoratorFactory
public abstract class CacheDecoratorFactory
An abstract factory for creating decorated Ehcache instances. Implementing classes should provide their own concrete factory extending this factory.
| Constructor Summary | |
|---|---|
CacheDecoratorFactory()
|
|
| Method Summary | |
|---|---|
abstract Ehcache |
createDecoratedEhcache(Ehcache cache,
java.util.Properties properties)
Creates a decorated Ehcache using the properties specified for configuring the decorator. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CacheDecoratorFactory()
| Method Detail |
|---|
public abstract Ehcache createDecoratedEhcache(Ehcache cache,
java.util.Properties properties)
Ehcache using the properties specified for configuring the decorator.
cache - a reference to the owning cacheproperties - 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 | |||||||||