📄️ Setting Up Caches
Caches allow you to locally store and reuse values from repeated events—such as API calls, database reads, or event publishing. This helps reduce the overhead of making remote calls during execution.
📄️ Fetching Cached Values
You can retrieve previously stored values from a specific cache using the values function under ductape.product.caches.