Uses of Class
org.opendaylight.infrautils.caches.baseimpl.DelegatingNullSafeBaseCache
-
Packages that use DelegatingNullSafeBaseCache Package Description org.opendaylight.infrautils.caches.baseimpl -
-
Uses of DelegatingNullSafeBaseCache in org.opendaylight.infrautils.caches.baseimpl
Subclasses of DelegatingNullSafeBaseCache in org.opendaylight.infrautils.caches.baseimpl Modifier and Type Class Description 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).
-