# File lib/thread_safe/non_concurrent_cache_backend.rb, line 49
    def compute(key)
      store_computed_value(key, yield(@backend[key]))
    end