Copies all of the mappings from the specified map to the cache. The effect of this call is equivalent to that of calling put(k, v) on this map once for each mapping from key k to value v in the specified map. The behavior of this operation is undefined if the specified map is
(Map<? extends K, ? extends V> m)
| 126 | * @since 12.0 |
| 127 | */ |
| 128 | void putAll(Map<? extends K, ? extends V> m); |
| 129 | |
| 130 | /** |
| 131 | * Discards any cached value for key {@code key}. |
no outgoing calls
no test coverage detected