putAll

abstract fun putAll(map: Map<Key, Value>)

Copies all of the mappings from the specified map to the cache. The effect of this call is equivalent to that of calling put on this map once for each mapping from Key to Value in the specified map. The behavior of this operation is undefined if the specified map is modified while the operation is in progress.