| Package | Description | 
|---|---|
| org.opendaylight.infrautils.caches | |
| org.opendaylight.infrautils.caches.baseimpl | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.collect.ImmutableMap<K,V> | 
Cache.get(Iterable<? extends K> keys)
Get several cache entries, in one go. 
 | 
default com.google.common.collect.ImmutableMap<K,V> | 
Cache.get(K... keys)
Convenience short-cut to  
Cache.get(Iterable) with vararg syntax. | 
V | 
Cache.get(K key)
Get cache entry. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.collect.ImmutableMap<K,V> | 
DelegatingNullSafeCheckedCache.get(Iterable<? extends K> keys)  | 
com.google.common.collect.ImmutableMap<K,V> | 
DelegatingNullSafeCache.get(Iterable<? extends K> keys)  | 
V | 
DelegatingNullSafeCheckedCache.get(K key)  | 
V | 
DelegatingNullSafeCache.get(K key)  | 
Copyright © 2019 OpenDaylight. All rights reserved.