# File lib/rack/flash.rb, line 59
      def []=(key,val)
        key = key.to_sym
        cache[key] = values[key] = val
      end