From 46d979e69580fe51da262f524efb2d23ca932ddd Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Tue, 7 Dec 2021 09:28:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0${cache.key}=E5=8F=98?= =?UTF-8?q?=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/nodes/http_request_cache.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/nodes/http_request_cache.go b/internal/nodes/http_request_cache.go index f850a35..03e8c26 100644 --- a/internal/nodes/http_request_cache.go +++ b/internal/nodes/http_request_cache.go @@ -104,6 +104,7 @@ func (this *HTTPRequest) doCacheRead() (shouldStop bool) { } this.cacheKey = key + this.varMapping["cache.key"] = key // 读取缓存 storage := caches.SharedManager.FindStorageWithPolicy(cachePolicy.Id)