monkeyDluffy6017 commented on code in PR #10138:
URL: https://github.com/apache/apisix/pull/10138#discussion_r1315266662


##########
apisix/plugins/proxy-cache/memory.lua:
##########
@@ -43,6 +47,9 @@ end
 
 
 function _M:get(key)
+    if self.dict == nil then
+        return nil, "no cache_zone provided"
+    end

Review Comment:
   Add a blank below



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to