| Package | Description | 
|---|---|
| org.opendaylight.infrautils.caches | 
| Modifier and Type | Method and Description | 
|---|---|
abstract CacheFunction<K,V> | 
CacheConfig.cacheFunction()
Function used to obtain values of this Cache, given a key. 
 | 
default CacheFunction<K,V> | 
CacheFunction.from(Function<K,V> function)
Convenience mapping from java.util.function.Function. 
 | 
default CacheFunction<K,V> | 
CheckedCacheFunction.from(Function<K,V> function)
See  
from(Function). | 
| Modifier and Type | Method and Description | 
|---|---|
CacheConfigBuilder<K,V> | 
CacheConfigBuilder.cacheFunction(CacheFunction<K,V> cacheFunction)
Initializes the value for the  
cacheFunction attribute. | 
Copyright © 2019 OpenDaylight. All rights reserved.