Searched refs:cache_guaranteed_max_lifetime (Results 1 – 4 of 4) sorted by relevance
633 MgmtInt cache_guaranteed_max_lifetime = 31536000; member
1261 …HttpEstablishStaticConfigLongLong(c.oride.cache_guaranteed_max_lifetime, "proxy.config.http.cache.… in startup()1549 params->oride.cache_guaranteed_max_lifetime = m_master.oride.cache_guaranteed_max_lifetime; in reconfigure()
7136 …mit = std::min(std::max(0, max_age), static_cast<int>(s->txn_conf->cache_guaranteed_max_lifetime)); in calculate_document_freshness_limit()7174 …d::min(std::max(0, freshness_limit), static_cast<int>(s->txn_conf->cache_guaranteed_max_lifetime)); in calculate_document_freshness_limit()7212 max_freshness_bounds = s->txn_conf->cache_guaranteed_max_lifetime; in calculate_document_freshness_limit()7305 current_age = s->txn_conf->cache_guaranteed_max_lifetime; in what_is_document_freshness()7306 } else if (current_age < s->txn_conf->cache_guaranteed_max_lifetime) { in what_is_document_freshness()7307 …current_age = std::min(static_cast<time_t>(s->txn_conf->cache_guaranteed_max_lifetime), current_ag… in what_is_document_freshness()7309 …current_age = std::max(static_cast<time_t>(s->txn_conf->cache_guaranteed_max_lifetime), current_ag… in what_is_document_freshness()
8646 ret = _memberp_to_generic(&overridableHttpConfig->cache_guaranteed_max_lifetime, conv); in _conf_to_memberp()