class Concurrent::Collection::NonConcurrentMapBackend

def compute(key)

def compute(key)
  store_computed_value(key, yield(get_or_default(key, nil)))
end