|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.easyjf.cache.store.MemoryStore
com.easyjf.cache.store.FifoMemoryStore
First-In-First-Out (FIFO) implementation of MemoryStore.
| Constructor Summary | |
FifoMemoryStore(ICache cache)
Constructor for the FifoMemoryStore object. |
|
| Method Summary | |
Element |
getFirstElement()
Returns the first eligible element that can be taken out of the cache based on the FIFO policy |
| Methods inherited from class com.easyjf.cache.store.MemoryStore |
containsKey, create, dispose, get, getKeyArray, getKeySet, getQuiet, getSize, getSizeInBytes, getStatus, put, remove, removeAll, removeElement |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FifoMemoryStore(ICache cache)
LinkedHashMap. If not found uses
Jakarta Commons collections.
| Method Detail |
public Element getFirstElement()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||