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