net.sf.ehcache.bootstrap

Interface BootstrapCacheLoader

public interface BootstrapCacheLoader

Version: $Id: BootstrapCacheLoader.java 99 2006-05-29 10:38:56Z gregluck $

Author: Greg Luck

Method Summary
Objectclone()
Clones the loader
booleanisAsynchronous()
voidload(Ehcache cache)
Instructs the loader to load the given cache

Method Detail

clone

public Object clone()
Clones the loader

isAsynchronous

public boolean isAsynchronous()

Returns: true if this bootstrap loader is asynchronous

load

public void load(Ehcache cache)
Instructs the loader to load the given cache

Parameters: cache