diff --git a/modules/ROOT/pages/cache-scope.adoc b/modules/ROOT/pages/cache-scope.adoc index 08576024b..b2900d590 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