# File lib/moneta/memcache.rb, line 28
    def []=(key, value)
      store(key, value)
    end