public abstract class Cache<K,V,E extends Exception> extends Object
Cache()
protected abstract V
compute(K key)
V
get(K key)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Cache()
public V get(K key) throws E extends Exception
E extends Exception
protected abstract V compute(K key) throws E extends Exception
E
Copyright © 2004-2014 Hudson. All Rights Reserved.