post merge cleanup in umbraco.web
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@ using Umbraco.Cms.Core.PublishedCache;
|
||||
|
||||
namespace Umbraco.Cms.Infrastructure.PublishedCache
|
||||
{
|
||||
internal class MemberCache : IPublishedMemberCache
|
||||
public class MemberCache : IPublishedMemberCache
|
||||
{
|
||||
private readonly IPublishedSnapshotAccessor _publishedSnapshotAccessor;
|
||||
private readonly IVariationContextAccessor _variationContextAccessor;
|
||||
|
||||
@@ -6,7 +6,7 @@ using Umbraco.Cms.Core.PublishedCache;
|
||||
namespace Umbraco.Cms.Infrastructure.PublishedCache
|
||||
{
|
||||
// implements published snapshot
|
||||
internal class PublishedSnapshot : IPublishedSnapshot, IDisposable
|
||||
public class PublishedSnapshot : IPublishedSnapshot, IDisposable
|
||||
{
|
||||
private readonly PublishedSnapshotService _service;
|
||||
private bool _defaultPreview;
|
||||
|
||||
@@ -10,7 +10,7 @@ using Umbraco.Cms.Infrastructure.PublishedCache.Snap;
|
||||
|
||||
namespace Umbraco.Cms.Infrastructure.PublishedCache
|
||||
{
|
||||
internal class SnapDictionary<TKey, TValue>
|
||||
public class SnapDictionary<TKey, TValue>
|
||||
where TValue : class
|
||||
{
|
||||
// read
|
||||
|
||||
Reference in New Issue
Block a user