From bf2b889c16a26f82f657e6b65cf49f723e0dd2cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= 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)