net.sf.ehcache.store
public final class LruMemoryStore extends MemoryStore
Version: $Id: LruMemoryStore.java 94 2006-05-25 09:06:30Z gregluck $
Nested Class Summary | |
---|---|
class | LruMemoryStore.SpoolingLinkedHashMap
An extension of LinkedHashMap which overrides SpoolingLinkedHashMap
to persist cache entries to the auxiliary cache before they are removed.
|
class | LruMemoryStore.SpoolingLRUMap
An LRU Map implementation based on Apache Commons LRUMap.
|
Constructor Summary | |
---|---|
LruMemoryStore(Ehcache cache, DiskStore diskStore)
Constructor for the LruMemoryStore object
The backing java.util.LinkedHashMap is created with LRU by access order. |