public class WeakCache<K,V> extends Object implements Cache<K,V>
WeakCache()
WeakCache(int mapSize)
void
cache(K key, V value)
clearAll()
V
get(K key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public WeakCache()
public WeakCache(int mapSize)
public void cache(K key, V value)
cache
Cache<K,V>
public V get(K key)
get
public void clearAll()
clearAll
Copyright © 2023. All rights reserved.