增加${cache.key}变量

This commit is contained in:
刘祥超
2021-12-07 09:28:15 +08:00
parent 9372bc90dd
commit bf2b889c16

View File

@@ -104,6 +104,7 @@ func (this *HTTPRequest) doCacheRead() (shouldStop bool) {
}
this.cacheKey = key
this.varMapping["cache.key"] = key
// 读取缓存
storage := caches.SharedManager.FindStorageWithPolicy(cachePolicy.Id)