public class HelperCache<K,V> extends Object
HelperCache(long expiredAfter, int cacheSize)
V
get(K key)
void
put(K key, V value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public HelperCache(long expiredAfter, int cacheSize)
public V get(K key)
public void put(K key, V value)
Copyright © 2015. All rights reserved.