From a0b29a960b10d59ba5d4fc55c644d73ea4413991 Mon Sep 17 00:00:00 2001 From: "lean.dev" <34773040+leandro-deveikis@users.noreply.github.com> Date: Fri, 18 Feb 2022 09:49:26 -0300 Subject: [PATCH] Caching: Adding comment about resource caching (#45151) Co-authored-by: Fiona Artiaga <89225282+GrafanaWriter@users.noreply.github.com> --- docs/sources/enterprise/query-caching.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/enterprise/query-caching.md b/docs/sources/enterprise/query-caching.md index 02d25a57510..219d2df0409 100644 --- a/docs/sources/enterprise/query-caching.md +++ b/docs/sources/enterprise/query-caching.md @@ -55,11 +55,11 @@ By default, data source queries are not cached. To enable query caching for a si 1. In the data source list, click the data source that you want to turn on caching for. 1. Open the Cache tab. 1. Press the Enable button. -1. (Optional) Choose a custom TTL for that data source. If you skip this step, then Grafana uses the default TTL. +1. (Optional) Choose custom TTLs for the data source's queries and resources caching. If you skip this step, then Grafana uses the default TTL. > **Note:** If query caching is enabled and the Cache tab is not visible in a data source's settings, then query caching is not available for that data source. -To configure global settings for query caching, refer the the [Query caching section of Enterprise Configuration]({{< relref "./enterprise-configuration.md#caching" >}}). +To configure global settings for query caching, refer to the [Query caching section of Enterprise Configuration]({{< relref "./enterprise-configuration.md#caching" >}}). ## Disable query caching