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