Which type of cache invalidation does the Cache scope support without having to write any additional code?

Which type of cache invalidation does the Cache scope support without having to write any additional code?
A . Write-through invalidation
B . White-behind invalidation
C . Time to live
D . Notification-based invalidation

Answer: C

Explanation:

The Cache scope supports time to live (TTL) as a cache invalidation strategy without having to write any additional code. TTL specifies how long the cached response is valid before it expires and needs to be refreshed. The Cache scope also supports custom invalidation strategies using MEL or Data Weave expressions.

References: https://docs.mulesoft.com/mule-runtime/4.3/cache-scope#cache_invalidation

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments