diff --git a/docs/sources/enterprise/query-caching.md b/docs/sources/enterprise/query-caching.md index a781eff7be1..8f9a444cb87 100644 --- a/docs/sources/enterprise/query-caching.md +++ b/docs/sources/enterprise/query-caching.md @@ -15,7 +15,7 @@ weight: 300 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 works for all backend data sources, and queries sent through the data source proxy. You can enable the cache globally and configure the cache duration (also called Time to Live, or TTL). +Query caching 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 following cache backends are available: in-memory, Redis, and Memcached.