ehcache

net.sf.ehcache.bootstrap
Interface BootstrapCacheLoader

All Known Implementing Classes:
RMIBootstrapCacheLoader

public interface BootstrapCacheLoader

Version:
$Id: BootstrapCacheLoader.java 519 2007-07-27 07:11:45Z gregluck $
Author:
Greg Luck

Method Summary
 java.lang.Object clone()
          Clones the loader
 boolean isAsynchronous()
           
 void load(Ehcache cache)
          Instructs the loader to load the given cache
 

Method Detail

load

void load(Ehcache cache)
          throws CacheException
Instructs the loader to load the given cache

Parameters:
cache -
Throws:
CacheException

isAsynchronous

boolean isAsynchronous()
Returns:
true if this bootstrap loader is asynchronous

clone

java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Clones the loader

Throws:
java.lang.CloneNotSupportedException

ehcache