From e23bae5ec5e53f43a4f6889f356824ddad4542fc Mon Sep 17 00:00:00 2001 From: Mitch Seaman Date: Fri, 5 Mar 2021 14:43:43 -0700 Subject: [PATCH] Fix error in configuration options (#31745) Configuration per data source is not available yet. --- docs/sources/enterprise/query-caching.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/enterprise/query-caching.md b/docs/sources/enterprise/query-caching.md index 9085cd8f52e..ae0f947092f 100644 --- a/docs/sources/enterprise/query-caching.md +++ b/docs/sources/enterprise/query-caching.md @@ -11,7 +11,7 @@ weight = 110 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. -Query caching currently works for all backend data sources. You can enable the cache globally or per data source, and you can configure the cache duration per data source. The cache is in-memory only. +Query caching currently works for all backend data sources. You can enable the cache globally and configure the cache duration (also called Time to Live, or TTL). The cache is in-memory only. ## Query caching benefits