public interface Computable<K,V>
Cache.V compute(K key) throws ComputationErrorException
key - input data.ComputationErrorException - if the computation performed should
be returned by the cache but should not be kept in the cache associated
with the keyCopyright © 2009-2016 Oracle Corporation. All Rights Reserved.