# File lib/memcache.rb, line 456
    def []=(scope, cache)
      @cache_by_scope[scope.to_sym] = cache
    end