class Concurrent::Collection::NonConcurrentMapBackend

def compute(key)

def compute(key)
  store_computed_value(key, yield(@backend[key]))
end