From 1f1f0ecea711b3ac074ae1f770742cc7e5890957 Mon Sep 17 00:00:00 2001 From: Matthias Transier Date: Tue, 24 Feb 2026 15:33:38 +0100 Subject: [PATCH] Update filterExpression description for clarity Clarified the description of the filterExpression attribute to specify that payloads will not be cached if the expression evaluates to false. --- .../pages/_partials/mule-components/4.4/component-cache.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/_partials/mule-components/4.4/component-cache.adoc b/modules/ROOT/pages/_partials/mule-components/4.4/component-cache.adoc index 744ffbfec..cdf2a9c85 100644 --- a/modules/ROOT/pages/_partials/mule-components/4.4/component-cache.adoc +++ b/modules/ROOT/pages/_partials/mule-components/4.4/component-cache.adoc @@ -168,7 +168,7 @@ Cache (``) attributes are configurable through the UI and XML: | *Filter expression* | `filterExpression` -| DataWeave expression for excluding specific payloads from the Cache scope flow. +| DataWeave expression for excluding specific payloads from caching. If the expression evaluates to false, the payload will not be cached. |===