K
V
public class SimpleCache<K,V> extends java.lang.Object
WeakHashMap
SimpleCache()
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 SimpleCache()
public V get(K key)
key
public V put(K key, V value)
value
public V remove(K key)
public void clear()
Copyright © 2018. All rights reserved.