net.sf.ehcache.bootstrap
Interface BootstrapCacheLoader
- All Known Implementing Classes:
- RMIBootstrapCacheLoader
public interface BootstrapCacheLoader
- Version:
- $Id: BootstrapCacheLoader.java 512 2007-07-10 09:18: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 |
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
Copyright © 2003-2011. All Rights Reserved.