putAll

open suspend override fun putAll(from: Map<out K, V>)

Updates this cache with key/value pairs from the specified map from.

Existing or under-creation values associated with keys in from will be replaced by the new values.