davsclaus commented on a change in pull request #6728: URL: https://github.com/apache/camel/pull/6728#discussion_r783413976
########## File path: components/camel-caffeine/src/main/docs/caffeine-cache-component.adoc ########## @@ -83,5 +83,13 @@ CaffeineConstants.ACTION_HAS_RESULT CaffeineConstants.ACTION_SUCCEEDED ------------------------------------------------------------ +== Cache invalidation + +Please note that before Camel 3.15 the invalidate all action (CaffeineConstants.ACTION_INVALIDATE_ALL) does not +delete anything in case that CaffeineConstants.KEYS header is either missing or contains an empty set. + +Starting vom Camel 3.15 the invalidate all action does not delete anything in case the CaffeineConstants.KEYS header Review comment: Ah yeah that is better as if you use camel 3.14 or older then you read the docs for that version which does not have this change. So yeah this should be moved to the 3.15 upgrade guide in the root/docs folder -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org