From a652e77cc962fb5ef3cd4f27a16adc3c03e2ba0f Mon Sep 17 00:00:00 2001 From: Douglas Camata <159076+douglascamata@users.noreply.github.com> Date: Wed, 4 May 2022 15:57:02 +0200 Subject: [PATCH] query-frontend: improve docs on requestes excluded from cache Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com> --- docs/components/query-frontend.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/components/query-frontend.md b/docs/components/query-frontend.md index a15f494e8b..657ad506c6 100644 --- a/docs/components/query-frontend.md +++ b/docs/components/query-frontend.md @@ -39,8 +39,10 @@ Query Frontend supports caching query results and reuses them on subsequent quer ### Excluded from caching * Requests that support deduplication and having it disabled with `dedup=false`. Read more about deduplication in [Dedup documentation](query.md#deduplication-enabled). -* Requests that specify store matchers. -* Requests were the caching is explicitely disabled. +* Requests that specify Store Matchers. +* Requests where downstream queriers set the header `Cache-Control=no-store` in the response: + * Requests with a partial **response**. + * Requests with other warnings. #### In-memory