From f1ca96647ce386e49da951530564a665cdbfd2f4 Mon Sep 17 00:00:00 2001
From: Jeff Bruemmer <jeff.bruemmer@gmail.com>
Date: Thu, 11 Apr 2024 09:24:17 -0700
Subject: [PATCH] docs - drop note on sandboxes (#41220)

* drop note on sandboxes

* model caching

* reinstate model caching sandbox warning
---
 docs/configuring-metabase/caching.md | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/docs/configuring-metabase/caching.md b/docs/configuring-metabase/caching.md
index 3f0b67c31bf..8f21c547228 100644
--- a/docs/configuring-metabase/caching.md
+++ b/docs/configuring-metabase/caching.md
@@ -15,10 +15,6 @@ Metabase gives you the ability to automatically cache question results that meet
 
 If your questions share a common model, you can enable [model caching](../data-modeling/models.md#model-caching) instead.
 
-## Caching doesn't work with data sandboxing
-
-Just something to keep in mind: if someone in a [sandboxed](../permissions/data-sandboxes.md) group views a table, Metabase will skip the cached results and query the table directly, returning only the results the person is allowed to see.
-
 ## Enabling global caching
 
 1. Go to **Admin settings** > **Caching** (in the sidebar).
-- 
GitLab