kayx23 commented on code in PR #11910: URL: https://github.com/apache/apisix/pull/11910#discussion_r1972901002
########## docs/zh/latest/plugins/proxy-cache.md: ########## @@ -1,10 +1,10 @@ --- title: proxy-cache keywords: - - APISIX + - Apache APISIX - API 网关 - - Request Validation -description: 本文介绍了 Apache APISIX proxy-cache 插件的相关操作,你可以使用此插件缓存来自上游的响应。 + - Proxy Cache +description: proxy-cache 插件提供了根据缓存键缓存响应并从缓存中检索响应的功能。该插件支持基于磁盘和基于内存的缓存选项,用于缓存 GET、POST 和 HEAD 请求。 Review Comment: ```suggestion description: proxy-cache 插件根据键缓存响应,支持 GET、POST 和 HEAD 请求的磁盘和内存缓存,从而增强 API 性能。 ``` -- 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]
