public abstract class Cache<K,V> extends Object
Cache()
Cache(Map<K,V> map)
abstract V
createValue(K key)
V
get(K key)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Cache()
public Cache(Map<K,V> map)
public V get(K key)
public abstract V createValue(K key)
Copyright © 2009-2015. All Rights Reserved.