# File lib/memcache.rb, line 196
    def []=(key, value)
        self.set(key, value)
    end