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

Function load_negative_revalidating_var

src/proxy/http/HttpConfig.cc:742–747  ·  view source on GitHub ↗

Method of loading the negative caching config bitset

Source from the content-addressed store, hash-verified

740
741// Method of loading the negative caching config bitset
742void
743load_negative_revalidating_var(RecRecord const *r, void *cookie)
744{
745 HttpConfigParams *c = static_cast<HttpConfigParams *>(cookie);
746 set_negative_revalidating_list(r->name, r->data_type, r->data, c, false);
747}
748
749/** Template for creating conversions and initialization for @c std::chrono based configuration variables.
750 *

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected