From 533711e01410616b3e61c7221e19f2b604fc5877 Mon Sep 17 00:00:00 2001
From: Jeff Bruemmer <jeff.bruemmer@gmail.com>
Date: Tue, 27 Aug 2024 17:16:09 -0400
Subject: [PATCH] docs - clarify caching doc (#47330)

* clarify caching doc

* edit
---
 docs/configuring-metabase/caching.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/configuring-metabase/caching.md b/docs/configuring-metabase/caching.md
index d9e24f00f20..cf7e5d50669 100644
--- a/docs/configuring-metabase/caching.md
+++ b/docs/configuring-metabase/caching.md
@@ -68,7 +68,7 @@ On [Pro](https://www.metabase.com/product/pro) and [Enterprise](https://www.meta
 
 ### Don’t cache results
 
-Metabase will never cache results. It will always run the query against the database to refresh results.
+If you select "Don't cache results" for a question, dashboard, or database, Metabase won't cache its results; it'll always run the query against the database to refresh results.
 
 ## Set caching policies for dashboards, questions, and databases
 
-- 
GitLab