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/02/17 00:11:13 UTC

[GitHub] [incubator-apisix] membphis commented on issue #1127: Feature: introduce proxy caching plugin

membphis commented on issue #1127: Feature: introduce proxy caching plugin
URL: https://github.com/apache/incubator-apisix/issues/1127#issuecomment-586772330
 
 
   > * Based on Nginx's built-in proxy cache in ngx_http_proxy_module, it store data on disk.
   
   The `ngx_http_proxy_module` depends on the Nginx configuration file. We need to modify the Nginx core to use it dynamically. This is not an easy task.
   
   > * Based on lua_shared_dict in ngx-lua-module, it store data on memory.
   
   This is the simplest, 

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