From f36fc450902f38641ceb9f271434dcf164e5812c Mon Sep 17 00:00:00 2001 From: Matthias Transier Date: Tue, 24 Feb 2026 15:15:18 +0100 Subject: [PATCH] Update Cache scope documentation on payload filtering Clarified the behavior of the Cache scope regarding payload exclusion based on DataWeave expression evaluation. --- modules/ROOT/pages/cache-scope.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/cache-scope.adoc b/modules/ROOT/pages/cache-scope.adoc index 08576024bb..b2900d590a 100644 --- a/modules/ROOT/pages/cache-scope.adoc +++ b/modules/ROOT/pages/cache-scope.adoc @@ -59,7 +59,7 @@ REMOVED: == Filters -Instead of processing all message payloads that it receives, the Cache scope can exclude specific payloads from the Cache scope flow based on an DataWeave expression. +Instead of processing all message payloads that it receives, the Cache scope can exclude specific payloads from the Cache scope flow based on an DataWeave expression. If the given expression evaluates to false, the current message will not use the cache. == Example