# File lib/thread_safe/synchronized_cache_backend.rb, line 16
    def compute_if_absent(key)
      synchronize { super }
    end