📄️ 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.