Method of loading the negative caching config bitset
| 699 | |
| 700 | // Method of loading the negative caching config bitset |
| 701 | void |
| 702 | load_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 | |
| 708 | static bool |
| 709 | set_negative_revalidating_list(const char *name, RecDataT dtype, RecData data, HttpConfigParams *c, bool update) |
nothing calls this directly
no test coverage detected