net.sf.ehcache.bootstrap
public interface BootstrapCacheLoader
Version: $Id: BootstrapCacheLoader.java 99 2006-05-29 10:38:56Z gregluck $
Method Summary | |
---|---|
Object | clone()
Clones the loader |
boolean | isAsynchronous() |
void | load(Ehcache cache)
Instructs the loader to load the given cache |
Returns: true if this bootstrap loader is asynchronous
Parameters: cache