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:
[email protected]


With regards,
Apache Git Services

Reply via email to