post merge cleanup in umbraco.web

This commit is contained in:
Bjarke Berg
2021-07-06 07:55:05 +02:00
parent 22d585b41c
commit d85266adc7
17 changed files with 29 additions and 2148 deletions

View File

@@ -17,7 +17,7 @@ using Constants = Umbraco.Cms.Core.Constants;
namespace Umbraco.Cms.Infrastructure.PublishedCache
{
internal class ContentCache : PublishedCacheBase, IPublishedContentCache, INavigableData, IDisposable
public class ContentCache : PublishedCacheBase, IPublishedContentCache, INavigableData, IDisposable
{
private readonly ContentStore.Snapshot _snapshot;
private readonly IAppCache _snapshotCache;