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 interface
Cache<K,V>
Cache of keys to values.interface
CheckedCache<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 class
DelegatingNullSafeBaseCache<K,V>
class
DelegatingNullSafeCache<K,V>
Cache with null handling, useful for API implementors (not users).class
DelegatingNullSafeCheckedCache<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()
-