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