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 - cache to loadCacheExceptionboolean isAsynchronous()
Object clone() throws CloneNotSupportedException
CloneNotSupportedException - if the object's class does not support the Cloneable interface.Copyright 2001-2021, Terracotta, Inc.