public class MapBackedCache<K,V> extends CacheSupport<K,V>
MapBackedCache(Map<K,V> map)
protected <T extends K,N extends V> void
doCache(T key, N value)
protected <T extends K> V
doGet(T key)
get
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MapBackedCache(Map<K,V> map)
protected <T extends K> V doGet(T key)
doGet
CacheSupport<K,V>
protected <T extends K,N extends V> void doCache(T key, N value)
doCache
Copyright © 2013. All rights reserved