fun getOrDefault(key: Key, block: () -> Value): Value
Deprecated: This is accidentally does insert instead of get. Use computeIfAbsent or getOrElse instead.
Perform concurrent insert.