public class ConcurrentCache<K,V> extends Object
newInstance(Object)
ConcurrentCache(Class<V> valueClass)
void
clear()
Iterable<Map.Entry<K,V>>
entrySet()
V
get(K key)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ConcurrentCache(Class<V> valueClass)
public V get(K key)
public void clear()
public Iterable<Map.Entry<K,V>> entrySet()
Copyright © 2009-2020. All Rights Reserved.