net.sf.ehcache.store
public final class FifoMemoryStore extends MemoryStore
Version: $Id: FifoMemoryStore.java 94 2006-05-25 09:06:30Z gregluck $
Constructor Summary | |
---|---|
FifoMemoryStore(Ehcache 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
|
Element | getFirstElement()
Returns the first eligible element that can be taken out of the cache
based on the FIFO policy |
Parameters: element