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