| 
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.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 synchronous| Method Detail | 
|---|
public void load(Ehcache cache)
          throws CacheException
CacheExceptionprotected void doLoad(Ehcache cache)
public boolean isAsynchronous()
public Object clone()
             throws CloneNotSupportedException
clone in interface BootstrapCacheLoaderclone in class MemoryLimitedCacheLoaderCloneNotSupportedException
  | 
ehcache | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||