# File lib/thread_safe/synchronized_cache_backend.rb, line 8
    def [](key)
      synchronize { super }
    end