public abstract class MemoryLimitedCacheLoader extends Object implements BootstrapCacheLoader, Cloneable
| Constructor and Description |
|---|
MemoryLimitedCacheLoader() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Clones the loader
|
protected boolean |
isInMemoryLimitReached(Ehcache cache,
int loadedElements)
Checks whether the cache has reached the limit configured for in-memory storage
|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisAsynchronous, loadprotected boolean isInMemoryLimitReached(Ehcache cache, int loadedElements)
cache - The cache being loaded and to be checked for limit being reachedloadedElements - amounts of elements loaded so farpublic Object clone() throws CloneNotSupportedException
clone in interface BootstrapCacheLoaderclone in class ObjectCloneNotSupportedExceptionCopyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.