Skip to content

Commit

Permalink
query-frontend: improve docs on requestes excluded from cache (#5326)
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Camata <159076+douglascamata@users.noreply.github.com>
Signed-off-by: Wiard van Rij <wvanrij@roku.com>
  • Loading branch information
douglascamata authored and wiardvanrij committed May 5, 2022
1 parent db0718b commit 934b231
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/components/query-frontend.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 934b231

Please sign in to comment.