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/03/02 02:03:27 UTC

[GitHub] [incubator-apisix] agile6v commented on issue #1153: feature: support for proxy caching plugin based on disk.

agile6v commented on issue #1153: feature: support for proxy caching plugin based on disk.
URL: https://github.com/apache/incubator-apisix/pull/1153#issuecomment-593185571
 
 
   > How about the new style? I think the new style is simpler.
   > 
   > ```json
   > # current style
   > "proxy-cache": {
   >     "cache_key": ["$uri"]
   >     "cache_bypass": ["$arg_bypass"],
   >     ... ...
   > }
   > ```
   > 
   > ```json
   > # new style
   > "proxy-cache": {
   >     "cache_key": ["uri"]
   >     "cache_bypass": ["arg_bypass"],
   >     ... ...
   > }
   > ```
   
   Here can use variables or strings, so need an identifier to distinguish it.

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


With regards,
Apache Git Services