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 theanchorattribute.CacheConfigBuilder<K,V>CacheConfigBuilder. cacheFunction(CacheFunction<K,V> cacheFunction)Initializes the value for thecacheFunctionattribute.CacheConfigBuilder<K,V>CacheConfigBuilder. description(String description)Initializes the value for thedescriptionattribute.CacheConfigBuilder<K,V>CacheConfigBuilder. id(String id)Initializes the value for theidattribute. 
 -