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

@@ -9,11 +9,10 @@ using Microsoft.Extensions.Logging;
using Umbraco.Cms.Core.Exceptions;
using Umbraco.Cms.Core.Models.PublishedContent;
using Umbraco.Cms.Core.PublishedCache;
using Umbraco.Core;
using Umbraco.Cms.Infrastructure.PublishedCache.Snap;
using Umbraco.Core.Scoping;
using Umbraco.Web.PublishedCache.NuCache.Snap;
namespace Umbraco.Web.PublishedCache.NuCache
namespace Umbraco.Cms.Infrastructure.PublishedCache
{
/// <summary>
/// Stores content in memory and persists it back to disk