MCPcopy Create free account
hub / github.com/apache/trafficserver / load_negative_caching_var

Function load_negative_caching_var

src/proxy/http/HttpConfig.cc:701–706  ·  view source on GitHub ↗

Method of loading the negative caching config bitset

Source from the content-addressed store, hash-verified

699
700// Method of loading the negative caching config bitset
701void
702load_negative_caching_var(RecRecord const *r, void *cookie)
703{
704 HttpConfigParams *c = static_cast<HttpConfigParams *>(cookie);
705 set_negative_caching_list(r->name, r->data_type, r->data, c, false);
706}
707
708static bool
709set_negative_revalidating_list(const char *name, RecDataT dtype, RecData data, HttpConfigParams *c, bool update)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected