From e8cc0fcac519f424085055b8d0a4032fe0f42a00 Mon Sep 17 00:00:00 2001 From: Shannon Deminick Date: Tue, 9 Mar 2021 12:47:13 +1100 Subject: [PATCH] Update src/Umbraco.Web.Common/Cache/HttpContextRequestAppCache.cs Co-authored-by: Bjarke Berg --- src/Umbraco.Web.Common/Cache/HttpContextRequestAppCache.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Umbraco.Web.Common/Cache/HttpContextRequestAppCache.cs b/src/Umbraco.Web.Common/Cache/HttpContextRequestAppCache.cs index 09c862a940..6d1b66c854 100644 --- a/src/Umbraco.Web.Common/Cache/HttpContextRequestAppCache.cs +++ b/src/Umbraco.Web.Common/Cache/HttpContextRequestAppCache.cs @@ -23,7 +23,6 @@ namespace Umbraco.Cms.Core.Cache /// public class HttpContextRequestAppCache : FastDictionaryAppCacheBase, IRequestCache, IDisposable { - //private static readonly string s_contextItemsLockKey = $"{typeof(HttpContextRequestAppCache).FullName}::LockEntered"; private readonly IHttpContextAccessor _httpContextAccessor; ///