|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ehcache.bootstrap.BootstrapCacheLoaderFactory
public abstract class BootstrapCacheLoaderFactory
An abstract factory for creating BootstrapCacheLoader instances. Implementers should provide their own concrete factory extending this factory. It can then be configured in ehcache.xml.
Constructor Summary | |
---|---|
BootstrapCacheLoaderFactory()
|
Method Summary | |
---|---|
abstract BootstrapCacheLoader |
createBootstrapCacheLoader(java.util.Properties properties)
Create a BootstrapCacheLoader |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BootstrapCacheLoaderFactory()
Method Detail |
---|
public abstract BootstrapCacheLoader createBootstrapCacheLoader(java.util.Properties properties)
BootstrapCacheLoader
properties
- implementation specific properties. These are configured as comma
separated name value pairs in ehcache.xml
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |