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

@@ -8,10 +8,11 @@ using Umbraco.Cms.Core.Models.PublishedContent;
using Umbraco.Cms.Core.PublishedCache;
using Umbraco.Cms.Core.Services;
using Umbraco.Cms.Core.Xml.XPath;
using Umbraco.Cms.Infrastructure.PublishedCache.Navigable;
using Umbraco.Extensions;
using Umbraco.Web.PublishedCache.NuCache.Navigable;
using Umbraco.Web.PublishedCache;
namespace Umbraco.Web.PublishedCache.NuCache
namespace Umbraco.Cms.Infrastructure.PublishedCache
{
internal class MemberCache : IPublishedMemberCache, INavigableData
{