net.sf.ehcache.store
public final class LruMemoryStore extends MemoryStore
Version: $Id: LruMemoryStore.java 52 2006-04-24 14:50:03Z 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(Cache cache, DiskStore diskStore)
Constructor for the LruMemoryStore object
The backing java.util.LinkedHashMap is created with LRU by access order. |