Class CheckedCacheConfig<K,V,E extends Exception>
- java.lang.Object
-
- org.opendaylight.infrautils.caches.BaseCacheConfig
-
- org.opendaylight.infrautils.caches.CheckedCacheConfig<K,V,E>
-
@Immutable public abstract class CheckedCacheConfig<K,V,E extends Exception> extends BaseCacheConfig
Configuration of aCheckedCache
.- Author:
- Michael Vorburger.ch
-
-
Constructor Summary
Constructors Constructor Description CheckedCacheConfig()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract CheckedCacheFunction<K,V,E>
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 CheckedCacheFunction<K,V,E> cacheFunction()
Function used to obtain values of this Cache, given a key.
-
-