Class AbstractMemoryCache<K,V>

java.lang.Object
org.apache.commons.jcs3.engine.memory.AbstractMemoryCache<K,V>
All Implemented Interfaces:
IMemoryCache<K,V>
Direct Known Subclasses:
AbstractDoubleLinkedListMemoryCache, LHMLRUMemoryCache, SoftReferenceMemoryCache

public abstract class AbstractMemoryCache<K,V> extends Object implements IMemoryCache<K,V>
This base includes some common code for memory caches.