K
V
public class TimedCache<K,V> extends java.lang.Object
TimedCache(long expiryMillis)
void
clear()
get(K key)
put(K key, V value)
remove(K key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TimedCache(long expiryMillis)
public V get(K key)
public void remove(K key)
public void put(K key, V value)
public void clear()