Method of loading the negative caching config bitset
| 740 | |
| 741 | // Method of loading the negative caching config bitset |
| 742 | void |
| 743 | load_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 | * |
nothing calls this directly
no test coverage detected