Uses of Class
org.opendaylight.infrautils.caches.BaseCacheConfig
-
Packages that use BaseCacheConfig Package Description org.opendaylight.infrautils.caches -
-
Uses of BaseCacheConfig in org.opendaylight.infrautils.caches
Subclasses of BaseCacheConfig in org.opendaylight.infrautils.caches Modifier and Type Class Description class
CacheConfig<K,V>
Configuration of aCache
.class
CheckedCacheConfig<K,V,E extends Exception>
Configuration of aCheckedCache
.Methods in org.opendaylight.infrautils.caches that return BaseCacheConfig Modifier and Type Method Description BaseCacheConfig
CacheManager. getConfig()
Get this Cache's (fixed) configuration.
-