public class DiskStoreBootstrapCacheLoader extends MemoryLimitedCacheLoader
| Constructor and Description |
|---|
DiskStoreBootstrapCacheLoader(boolean asynchronous)
Constructor for loader
|
| 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
|
isInMemoryLimitReachedpublic DiskStoreBootstrapCacheLoader(boolean asynchronous)
asynchronous - whether load is asynchronous or synchronouspublic void load(Ehcache cache) throws CacheException
CacheExceptionpublic boolean isAsynchronous()
public Object clone() throws CloneNotSupportedException
clone in interface BootstrapCacheLoaderclone in class MemoryLimitedCacheLoaderCloneNotSupportedExceptionCopyright © 2003-2012 Terracotta, Inc.. All Rights Reserved.