agile6v opened a new pull request #1153: feature: support for proxy caching plugin based on disk. URL: https://github.com/apache/incubator-apisix/pull/1153 ### Summary This is a prototype implementation and there is a lot of work to be done. Hopefully it does not affect the review. Thanks. The admin api looks like the following: ``` json { "plugins": { "proxy-cache": { "cache_zone": "disk_cache_one", "cache_key": "${uri}-cache-key", "cache_bypass": "${arg_bypass}", "cache_method": ["GET"], "cache_http_status": [200], "hide_cache_headers": true, "no_cache": "$arg_no_cache" } }, "upstream": { "nodes": { "127.0.0.1:1999": 1 }, "type": "roundrobin" }, "uri": "/hello" } ``` Fix #1127
---------------------------------------------------------------- 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
