Class LHMLRUMemoryCache<K,V>

java.lang.Object
org.apache.commons.jcs3.engine.memory.AbstractMemoryCache<K,V>
org.apache.commons.jcs3.engine.memory.lru.LHMLRUMemoryCache<K,V>
All Implemented Interfaces:
IMemoryCache<K,V>

public class LHMLRUMemoryCache<K,V> extends AbstractMemoryCache<K,V>
This is a test memory manager using the jdk1.4 LinkedHashMap.