|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ehcache.jcache.CacheLoaderFactory
public abstract class CacheLoaderFactory
An abstract factory for creating cache loaders. Implementers should provide their own concrete factory extending this factory.
This enables plugins to be written. Note that JCache also allows the CacheLoader to be set after creation programmatically.
Constructor Summary | |
---|---|
CacheLoaderFactory()
|
Method Summary | |
---|---|
abstract net.sf.jsr107cache.CacheLoader |
createCacheLoader(java.util.Map environment)
Creates a CacheLoader. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CacheLoaderFactory()
Method Detail |
---|
public abstract net.sf.jsr107cache.CacheLoader createCacheLoader(java.util.Map environment)
JCacheFactory
environment
- the same environment passed into JCacheFactory
. This factory can
extract any properties it needs from the environment.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |