| Package | Description | 
|---|---|
| org.opendaylight.infrautils.caches | |
| org.opendaylight.infrautils.caches.baseimpl | 
| Modifier and Type | Interface and 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. 
 | 
| Modifier and Type | Class and 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). 
 | 
Copyright © 2019 OpenDaylight. All rights reserved.