Home
last modified time | relevance | path

Searched refs:is_cache_control_set (Results 1 – 2 of 2) sorted by relevance

/dports/www/trafficserver/trafficserver-9.1.1/proxy/hdrs/
H A DHTTP.h645 bool is_cache_control_set(const char *cc_directive_wks);
1183 HTTPHdr::is_cache_control_set(const char *cc_directive_wks) in is_cache_control_set() function
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/
H A DHttpTransact.cc719 …((!response->presence(MIME_PRESENCE_SET_COOKIE)) || response->is_cache_control_set(HTTP_VALUE_PUBL… in do_cookies_prevent_caching()
2479 …nt_request.is_pragma_no_cache_set() || s->hdr_info.client_request.is_cache_control_set(HTTP_VALUE_… in issue_revalidate()
3313 if (!h->is_cache_control_set(HTTP_VALUE_ONLY_IF_CACHED)) { in HandleCacheOpenReadMiss()
7048 if (h->is_cache_control_set(HTTP_VALUE_NO_CACHE)) { in does_client_request_permit_cached_response()
7067 …if (h->is_pragma_no_cache_set() && h->is_cache_control_set(HTTP_VALUE_NO_CACHE) && (!c->ignore_cli… in does_client_request_permit_dns_caching()
7080 if (h->is_cache_control_set(HTTP_VALUE_NO_STORE)) { in does_client_request_permit_storing()
7471 if (obj_response->is_cache_control_set(HTTP_VALUE_MUST_REVALIDATE) || in AuthenticationNeeded()
7472 obj_response->is_cache_control_set(HTTP_VALUE_PROXY_REVALIDATE)) { in AuthenticationNeeded()
7474 } else if (obj_response->is_cache_control_set(HTTP_VALUE_PROXY_REVALIDATE)) { in AuthenticationNeeded()
7476 } else if (obj_response->is_cache_control_set(HTTP_VALUE_PUBLIC)) { in AuthenticationNeeded()