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 01:49:27 UTC

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

membphis commented on issue #1153: feature: support for proxy caching plugin based on disk.
URL: https://github.com/apache/incubator-apisix/pull/1153#issuecomment-593183186
 
 
   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"],
       ... ...
   }
   ```

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