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

@@ -8,7 +8,7 @@ namespace Umbraco.Cms.Infrastructure.PublishedCache
/// <summary>
/// Implements <see cref="IDomainCache"/> for NuCache.
/// </summary>
internal class DomainCache : IDomainCache
public class DomainCache : IDomainCache
{
private readonly SnapDictionary<int, Domain>.Snapshot _snapshot;