@FunctionalInterface public interface CheckedCacheFunction<K,V,E extends Exception>
CheckedCache's Function, can throw checked Exception.
 See also CacheFunction.
| Modifier and Type | Method and Description | 
|---|---|
default CacheFunction<K,V> | 
from(Function<K,V> function)
 | 
default com.google.common.collect.ImmutableMap<K,V> | 
get(Iterable<? extends K> keys)
 | 
V | 
get(K key)
Calculate the value of the cache entry for the given key. 
 | 
Copyright © 2019 OpenDaylight. All rights reserved.