Class OSoftRefsHashMap<K,V>

java.lang.Object
java.util.AbstractMap<K,V>
com.orientechnologies.orient.core.cache.OSoftRefsHashMap<K,V>
All Implemented Interfaces:
Serializable, Map<K,V>

public class OSoftRefsHashMap<K,V> extends AbstractMap<K,V> implements Serializable
Soft References Map inspired by the code published by Dr. Heinz M. Kabutz on http://www.javaspecialists.eu/archive/Issue015.html.
See Also: