@NonNullByDefault
Package org.opendaylight.infrautils.caches.baseimpl
-
Interface Summary Interface Description CacheManagersRegistry Service Provider (Cache implementor) hook. -
Class Summary Class Description AbstractProvider Base class of CacheProvider, useful for API implementors (not users).BaseProvider Minimal implementation of CacheProvider.DelegatingNullSafeBaseCache<K,V> DelegatingNullSafeCache<K,V> Cache with null handling, useful for API implementors (not users).DelegatingNullSafeCheckedCache<K,V,E extends Exception> Cache with null handling, useful for API implementors (not users).