add name of query caching feature flag in docs (#32215)

* add name of query caching feature flag in docs

* update caching config link
This commit is contained in:
Kevin Minehart 2021-03-22 09:10:19 -05:00 committed by GitHub
parent 20bd591bea
commit 067bd5e604
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ weight = 110
# Query caching
> **Note:** Query caching is available behind a feature flag in Grafana Enterprise 7.5+.
> **Note:** Query caching is available behind the `caching` feature flag in Grafana Enterprise 7.5+.
When query caching is enabled, Grafana temporarily stores the results of data source queries. When you or another user submit the exact same query again, the results will come back from the cache instead of from the data source (like Splunk or ServiceNow) itself.
@ -21,7 +21,7 @@ Query caching currently works for all backend data sources. You can enable the c
## Enable query caching
To enable and configure query caching, please refer the the [Query caching section of Enterprise Configuration]({{< relref "./enterprise-configuration.md#query-caching" >}}).
To enable and configure query caching, please refer the the [Query caching section of Enterprise Configuration]({{< relref "./enterprise-configuration.md#caching" >}}).
## Sending a request without cache