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
- CacheException
boolean isAsynchronous()
Object clone() throws CloneNotSupportedException
CloneNotSupportedException
Copyright © 2003–2016 Terracotta, Inc.. All rights reserved.