Class LRUCache<K,V>

java.lang.Object
com.sun.faces.util.LRUCache<K,V>

public class LRUCache<K,V> extends Object
LRU Cache adapted to the code style of Faces