AtomicMemoizationCache

constructor(cache: Atomic<Map<K, V>> = Atomic(emptyMap()))(source)