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

@@ -6,12 +6,12 @@ using Umbraco.Cms.Core.Models;
using Umbraco.Cms.Core.PublishedCache;
using Umbraco.Cms.Core.Services;
using Umbraco.Cms.Core.Services.Changes;
using Umbraco.Cms.Infrastructure.PublishedCache.Persistence;
using Umbraco.Core.Persistence.Repositories.Implement;
using Umbraco.Core.Services.Implement;
using Umbraco.Extensions;
using Umbraco.Infrastructure.PublishedCache.Persistence;
namespace Umbraco.Web.PublishedCache.NuCache
namespace Umbraco.Cms.Infrastructure.PublishedCache
{
/// <summary>
/// Subscribes to Umbraco events to ensure nucache remains consistent with the source data