net.sf.ehcache.bootstrap

Class BootstrapCacheLoaderFactory

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 97 2006-05-28 10:10:25Z gregluck $

Author: Greg Luck

Method Summary
abstract BootstrapCacheLoadercreateBootstrapCacheLoader(Properties properties)
Create a BootstrapCacheLoader

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