public abstract class AbstractLoadingCache<K,V> extends Object implements LoadingCache<K,V>
AbstractLoadingCache()
V
getUnchecked(K key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
get
public AbstractLoadingCache()
public V getUnchecked(K key)
getUnchecked
LoadingCache<K,V>
Copyright © 2014. All rights reserved.