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