Class LRUMap<K,​V>

java.lang.Object
java.util.AbstractMap<K,​V>
java.util.HashMap<K,​V>
java.util.LinkedHashMap<K,​V>
com.sun.faces.util.LRUMap<K,​V>
All Implemented Interfaces:
Serializable, Cloneable, Map<K,​V>

public class LRUMap<K,​V>
extends LinkedHashMap<K,​V>
A special implementation of LinkedHashMap to provide LRU functionality.
See Also:
Serialized Form