19 #ifndef NET_INSTAWEB_REWRITER_PUBLIC_DOWNSTREAM_CACHE_PURGER_H_
20 #define NET_INSTAWEB_REWRITER_PUBLIC_DOWNSTREAM_CACHE_PURGER_H_
23 #include "pagespeed/kernel/base/basictypes.h"
25 namespace net_instaweb {
48 bool ShouldPurgeRewrittenResponse(
const GoogleUrl& google_url);
52 bool GeneratePurgeRequestParameters(
const GoogleUrl& page_url);
55 void PurgeDownstreamCache();
58 GoogleString purge_url_;
59 GoogleString purge_method_;
64 bool made_downstream_purge_attempt_;
bool MaybeIssuePurge(const GoogleUrl &google_url)
Definition: downstream_cache_purger.h:31
Definition: rewrite_driver.h:98