Class CacheConfig<K,V>
- java.lang.Object
 - 
- org.opendaylight.infrautils.caches.BaseCacheConfig
 - 
- org.opendaylight.infrautils.caches.CacheConfig<K,V>
 
 
 
- 
@Immutable public abstract class CacheConfig<K,V> extends BaseCacheConfig
Configuration of aCache.- Author:
 - Michael Vorburger.ch
 
 
- 
- 
Constructor Summary
Constructors Constructor Description CacheConfig() 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract CacheFunction<K,V>cacheFunction()Function used to obtain values of this Cache, given a key.- 
Methods inherited from class org.opendaylight.infrautils.caches.BaseCacheConfig
anchor, check, description, id 
 - 
 
 - 
 
- 
- 
Method Detail
- 
cacheFunction
public abstract CacheFunction<K,V> cacheFunction()
Function used to obtain values of this Cache, given a key. 
 - 
 
 -