@NonNullByDefault
| Interface | Description | 
|---|---|
| CacheManagersRegistry | 
 Service Provider (Cache implementor) hook. 
 | 
| Class | Description | 
|---|---|
| AbstractProvider | 
 Base class of CacheProvider, useful for API implementors (not users). 
 | 
| BaseProvider | 
 Minimal implementation of CacheProvider. 
 | 
| 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). 
 | 
Copyright © 2019 OpenDaylight. All rights reserved.