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