kayx23 commented on code in PR #11910: URL: https://github.com/apache/apisix/pull/11910#discussion_r1972900540
########## docs/en/latest/plugins/proxy-cache.md: ########## @@ -4,8 +4,9 @@ keywords: - Apache APISIX - API Gateway - Proxy Cache -description: This document contains information about the Apache APISIX proxy-cache Plugin, you can use it to cache the response from the Upstream. +description: The proxy-cache Plugin provides the capability to cache responses based on a cache key and retrieve responses from cache. The Plugin supports both disk-based and memory-based caching options to cache for GET, POST, and HEAD requests. Review Comment: ```suggestion description: The proxy-cache Plugin caches responses based on keys, supporting disk and memory caching for GET, POST, and HEAD requests, enhancing API performance. ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
