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