public class TtlCache<K,V> extends Object
TtlCache(int maxSize)
V
get(K key)
void
put(K key, V value, long ttlMillis)
remove(K key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public TtlCache(int maxSize)
public void put(K key, V value, long ttlMillis)
public V get(K key)
public void remove(K key)