Uses of Interface
org.opendaylight.infrautils.caches.CheckedCacheFunction
-
Packages that use CheckedCacheFunction Package Description org.opendaylight.infrautils.caches -
-
Uses of CheckedCacheFunction in org.opendaylight.infrautils.caches
Methods in org.opendaylight.infrautils.caches that return CheckedCacheFunction Modifier and Type Method Description abstract CheckedCacheFunction<K,V,E>CheckedCacheConfig. cacheFunction()Function used to obtain values of this Cache, given a key.Methods in org.opendaylight.infrautils.caches with parameters of type CheckedCacheFunction Modifier and Type Method Description CheckedCacheConfigBuilder<K,V,E>CheckedCacheConfigBuilder. cacheFunction(CheckedCacheFunction<K,V,E> cacheFunction)Initializes the value for thecacheFunctionattribute.
-