19 #ifndef NET_INSTAWEB_REWRITER_PUBLIC_CACHE_HTML_INFO_FINDER_H_
20 #define NET_INSTAWEB_REWRITER_PUBLIC_CACHE_HTML_INFO_FINDER_H_
22 #include "net/instaweb/http/public/user_agent_matcher.h"
26 namespace net_instaweb {
28 class AbstractLogRecord;
30 class RewriteDriverFactory;
38 virtual void PropagateCacheDeletes(
const GoogleString& url,
int experiment_id,
39 UserAgentMatcher::DeviceType device_type);
41 virtual bool UpdateDiffInfo(
virtual void UpdateSplitInfoInDriver(RewriteDriver *driver)
Updates the driver with the split html information from the pcache.
Definition: cache_html_info_finder.h:46
Definition: log_record.h:61
Manages the cache lifetimes of CacheHtmlInfo.
Definition: cache_html_info_finder.h:33
Definition: rewrite_driver.h:98
Definition: rewrite_driver_factory.h:73