|
ehcache | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.ehcache.store.MemoryStore
net.sf.ehcache.store.FifoMemoryStore
First-In-First-Out (FIFO) implementation of MemoryStore.
Field Summary |
Fields inherited from class net.sf.ehcache.store.MemoryStore |
cache, diskStore, map, status |
Constructor Summary | |
FifoMemoryStore(Cache cache,
DiskStore diskStore)
Constructor for the FifoMemoryStore object. |
Method Summary | |
protected void |
doPut(Element element)
Allow specialised actions over adding the element to the map |
Methods inherited from class net.sf.ehcache.store.MemoryStore |
clear, containsKey, create, dispose, evict, flush, get, getKeyArray, getQuiet, getSize, getSizeInBytes, getStatus, isFull, notifyExpiry, notifyingRemoveAll, put, remove, removeAll, spoolAllToDisk, spoolToDisk |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FifoMemoryStore(Cache cache, DiskStore diskStore)
LinkedHashMap
. If not found uses
Jakarta Commons collections.
Method Detail |
protected final void doPut(Element element) throws CacheException
doPut
in class MemoryStore
element
-
CacheException
|
ehcache | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |