removes PublishedSnapshotServiceBase, shrinks interface
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Umbraco.Core.Models.Membership;
|
||||
using Umbraco.Web.Cache;
|
||||
|
||||
namespace Umbraco.Web.PublishedCache
|
||||
@@ -23,11 +22,6 @@ namespace Umbraco.Web.PublishedCache
|
||||
*
|
||||
*/
|
||||
|
||||
/// <summary>
|
||||
/// Gets the published snapshot accessor.
|
||||
/// </summary>
|
||||
IPublishedSnapshotAccessor PublishedSnapshotAccessor { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Creates a published snapshot.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user