removes code that shouldn't have been committed.
This commit is contained in:
@@ -6,16 +6,6 @@ using Umbraco.Web.Cache;
|
||||
|
||||
namespace Umbraco.Web.PublishedCache
|
||||
{
|
||||
internal class NotifiedEventArgs<T> : EventArgs
|
||||
{
|
||||
public NotifiedEventArgs(T[] payloads)
|
||||
{
|
||||
Payloads = payloads;
|
||||
}
|
||||
|
||||
public T[] Payloads { get; }
|
||||
}
|
||||
|
||||
internal abstract class PublishedSnapshotServiceBase : IPublishedSnapshotService
|
||||
{
|
||||
protected PublishedSnapshotServiceBase(IPublishedSnapshotAccessor publishedSnapshotAccessor, IVariationContextAccessor variationContextAccessor)
|
||||
|
||||
Reference in New Issue
Block a user