Adjust namespace in Umbraco.PublishedCache.NuCache

This commit is contained in:
Mole
2021-02-10 10:46:52 +01:00
parent 53622407b5
commit 737b471647
55 changed files with 77 additions and 101 deletions

View File

@@ -11,13 +11,13 @@ using Umbraco.Cms.Core.Events;
using Umbraco.Cms.Core.Hosting;
using Umbraco.Cms.Core.Logging;
using Umbraco.Cms.Core.Web;
using Umbraco.Cms.Infrastructure.PublishedCache;
using Umbraco.Core;
using Umbraco.Core.Cache;
using Umbraco.Core.Events;
using Umbraco.Core.Logging;
using Umbraco.Extensions;
using Umbraco.Web.Common.Profiler;
using Umbraco.Web.PublishedCache.NuCache;
namespace Umbraco.Web.Common.Middleware
{