org.apache.tomcat.util.collections
Class LRUCache
java.lang.Object
org.apache.tomcat.util.collections.LRUCache
public class LRUCache
- extends Object
This class implements a Generic LRU Cache
- Author:
- Ignacio J. Ortega
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LRUCache
public LRUCache(int i)
get
public Object get(Object key)
put
public void put(Object key,
Object value)
remove
public Object remove(Object key)
clear
public void clear()
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.