9#ifndef SQUID_SRC_HTTPHDRSC_H
10#define SQUID_SRC_HTTPHDRSC_H
33 void setMaxAge(
char const *target,
int max_age);
38 std::list<HttpHdrScTarget, PoolingAllocator<HttpHdrScTarget>>
targets;
HttpHdrSc * httpHdrScParseCreate(String const &)
void httpHdrScSetMaxAge(HttpHdrSc *, char const *, int)
void httpHdrScStatDumper(StoreEntry *sentry, int idx, double val, double size, int count)
http_hdr_sc_type & operator++(http_hdr_sc_type &)
void httpHdrScInitModule(void)
void setMaxAge(char const *target, int max_age)
MEMPROXY_CLASS(HttpHdrSc)
void packInto(Packable *p) const
HttpHdrScTarget * findTarget(const char *target)
std::list< HttpHdrScTarget, PoolingAllocator< HttpHdrScTarget > > targets
HttpHdrScTarget * getMergedTarget(const char *ourtarget)
bool parse(const String *str)
void updateStats(StatHist *) const