# File lib/rack/flash.rb, line 73
      def has?(key)
        [cache, values].any? { |store| store.keys.include?(key.to_sym) }
      end