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