ehcache

net.sf.ehcache.bootstrap
Class BootstrapCacheLoaderFactory

java.lang.Object
  extended by net.sf.ehcache.bootstrap.BootstrapCacheLoaderFactory
Direct Known Subclasses:
RMIBootstrapCacheLoaderFactory

public abstract class BootstrapCacheLoaderFactory
extends Object

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.

Version:
$Id: BootstrapCacheLoaderFactory.java 2154 2010-04-06 02:45:52Z cdennis $
Author:
Greg Luck

Constructor Summary
BootstrapCacheLoaderFactory()
           
 
Method Summary
abstract  BootstrapCacheLoader createBootstrapCacheLoader(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

BootstrapCacheLoaderFactory

public BootstrapCacheLoaderFactory()
Method Detail

createBootstrapCacheLoader

public abstract BootstrapCacheLoader createBootstrapCacheLoader(Properties properties)
Create a BootstrapCacheLoader

Parameters:
properties - implementation specific properties. These are configured as comma separated name value pairs in ehcache.xml
Returns:
a constructed BootstrapCacheLoader

ehcache

true