public interface BootstrapCacheLoader
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone()
Clones the loader
|
boolean |
isAsynchronous() |
void |
load(Ehcache cache)
Instructs the loader to load the given cache
|
void load(Ehcache cache) throws CacheException
cache
- CacheException
boolean isAsynchronous()
java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException