# File lib/merb-core/dispatch/session/memcached.rb, line 143
    def []=(k, v) 
      @data[k] = v
    end