|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ehcache.loader.CacheLoaderFactory
public abstract class CacheLoaderFactory
An abstract factory for creating cache loaders. Implementers should provide their own concrete factory extending this factory.
Note that Ehcache API also allows the CacheLoader to be set programmatically.
Constructor Summary | |
---|---|
CacheLoaderFactory()
|
Method Summary | |
---|---|
abstract CacheLoader |
createCacheLoader(Ehcache cache,
java.util.Properties properties)
Creates a CacheLoader using the Ehcache configuration mechanism at the time the associated cache is created. |
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 CacheLoader createCacheLoader(Ehcache cache, java.util.Properties properties)
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 |