public class DoubleCheckCache<K,V> extends AbstractLoadingCache<K,V>
DoubleCheckCache(CacheLoader<K,V> loader)
V
get(K key)
getUnchecked
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DoubleCheckCache(CacheLoader<K,V> loader)
public V get(K key) throws Exception
Exception
Copyright © 2014. All rights reserved.