public interface BootstrapCacheLoader
| Modifier and Type | Method and Description |
|---|---|
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 - CacheExceptionboolean isAsynchronous()
Object clone() throws CloneNotSupportedException
CloneNotSupportedExceptionCopyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.