Response Cache

Response Cache #

Service stability is very important for microservices, especially for microservices with high load, too large response body and too slow response. As an important means to improve system stability, response caching can greatly reduce the load on the back end of microservices. After configuring the response cache for the back-end interface with frequent repeated requests, on the one hand, it can reduce the load of the back-end service and improve the stability, on the other hand, it can reduce the delay of the whole call link and improve the access speed.

Rule Configuration #

image-20211019172147181

Response caching rules

Click the “Add Rule” button to add new rule.

image-20211019172943741

Cache Monitoring #

image-20211019173044794