You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/11/17 15:42:46 UTC

[GitHub] [apisix] moonming commented on a change in pull request #2776: feat(proxy-cache): the cache_zone field in the schema should be optional

moonming commented on a change in pull request #2776:
URL: https://github.com/apache/apisix/pull/2776#discussion_r525263094



##########
File path: doc/zh-cn/plugins/proxy-cache.md
##########
@@ -31,7 +31,7 @@
 
 | 名称               | 类型           | 必选项 | 默认值                    | 有效值                                                                          | 描述                                                                                                                               |
 | ------------------ | -------------- | ------ | ------------------------- | ------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
-| cache_zone         | string         | 必须   |                           |                                                                                 | 指定使用哪个缓存区域,不同的缓存区域可以配置不同的路径,在conf/config.yaml文件中可以预定义使用的缓存区域                           |
+| cache_zone         | string         | 可选   |        disk_cache_one     |                                                                                 | 指定使用哪个缓存区域,不同的缓存区域可以配置不同的路径,在conf/config.yaml文件中可以预定义使用的缓存区域                           |

Review comment:
       Need more details about how to use this config




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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org