Uses of Interface
org.opendaylight.infrautils.caches.BaseCache
-
Packages that use BaseCache Package Description org.opendaylight.infrautils.caches org.opendaylight.infrautils.caches.baseimpl -
-
Uses of BaseCache in org.opendaylight.infrautils.caches
Subinterfaces of BaseCache in org.opendaylight.infrautils.caches Modifier and Type Interface Description interfaceCache<K,V>Cache of keys to values.interfaceCheckedCache<K,V,E extends Exception>Cache of keys to values, for cache function which may throw a checked exception. -
Uses of BaseCache in org.opendaylight.infrautils.caches.baseimpl
Classes in org.opendaylight.infrautils.caches.baseimpl that implement BaseCache Modifier and Type Class Description classDelegatingNullSafeBaseCache<K,V>classDelegatingNullSafeCache<K,V>Cache with null handling, useful for API implementors (not users).classDelegatingNullSafeCheckedCache<K,V,E extends Exception>Cache with null handling, useful for API implementors (not users).Methods in org.opendaylight.infrautils.caches.baseimpl that return BaseCache Modifier and Type Method Description protected abstract BaseCache<K,V>DelegatingNullSafeBaseCache. delegate()
-