|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.ehcache.store.MemoryLimitedCacheLoader net.sf.ehcache.store.DiskStoreBootstrapCacheLoader
public class DiskStoreBootstrapCacheLoader
Constructor Summary | |
---|---|
DiskStoreBootstrapCacheLoader(boolean asynchronous)
Constructor for loader |
Method Summary | |
---|---|
Object |
clone()
Clones the loader |
protected void |
doLoad(Ehcache cache)
Performs bootstrap loading. |
boolean |
isAsynchronous()
|
void |
load(Ehcache cache)
Instructs the loader to load the given cache |
Methods inherited from class net.sf.ehcache.store.MemoryLimitedCacheLoader |
---|
isInMemoryLimitReached |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DiskStoreBootstrapCacheLoader(boolean asynchronous)
asynchronous
- whether load is asynchronous or synchronousMethod Detail |
---|
public void load(Ehcache cache) throws CacheException
CacheException
protected void doLoad(Ehcache cache)
public boolean isAsynchronous()
public Object clone() throws CloneNotSupportedException
clone
in interface BootstrapCacheLoader
clone
in class MemoryLimitedCacheLoader
CloneNotSupportedException
|
ehcache | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |