# File lib/thread_safe/non_concurrent_cache_backend.rb, line 11
    def [](key)
      @backend[key]
    end