๐๏ธ Caching in Deploy
* Deploy 23.1 and later lets you cache frequently accessed data for better performance and reduced latency.
๐๏ธ Configure Caching for a Single Node Deploy Server
Note: Any failure during the caching setup will be captured in the logs but will not stop the application from starting.
๐๏ธ Get and Delete Cached Data using API
You can retrieve and delete cached data using the following actuator API endpoints:
๐๏ธ Configure Cache Expiration Lifespan
During our performance testing activity, we used the 'Cache hit %' metric to understand how caching improves performance.โ This metric indicates the percentage of overall data requests that were successfully retrieved from the cache.
๐๏ธ Configure Caching for Deploy Cluster Setup
Note: Active-Hot-standby mode is not supported for caching setup.