put

abstract suspend fun put(key: K, value: V)

Associates the given key with the given value. If key is already in the Cache the value will be overwritten by value.