Uses of Class
org.opendaylight.infrautils.caches.CheckedCacheConfigBuilder
-
Packages that use CheckedCacheConfigBuilder Package Description org.opendaylight.infrautils.caches -
-
Uses of CheckedCacheConfigBuilder in org.opendaylight.infrautils.caches
Methods in org.opendaylight.infrautils.caches that return CheckedCacheConfigBuilder Modifier and Type Method Description CheckedCacheConfigBuilder<K,V,E>
CheckedCacheConfigBuilder. anchor(Object anchor)
Initializes the value for theanchor
attribute.CheckedCacheConfigBuilder<K,V,E>
CheckedCacheConfigBuilder. cacheFunction(CheckedCacheFunction<K,V,E> cacheFunction)
Initializes the value for thecacheFunction
attribute.CheckedCacheConfigBuilder<K,V,E>
CheckedCacheConfigBuilder. description(String description)
Initializes the value for thedescription
attribute.CheckedCacheConfigBuilder<K,V,E>
CheckedCacheConfigBuilder. id(String id)
Initializes the value for theid
attribute.
-