Returns a map of the values associated with keys in this cache. The returned map will only contain entries which are already present in the cache. @since 11.0
(Iterable<?> keys)
| 105 | * @since 11.0 |
| 106 | */ |
| 107 | ImmutableMap<K, V> getAllPresent(Iterable<?> keys); |
| 108 | |
| 109 | /** |
| 110 | * Associates {@code value} with {@code key} in this cache. If the cache previously contained a |
no outgoing calls
no test coverage detected