U4-8400 - kill repository cache policy factories

This commit is contained in:
Stephan
2016-06-01 14:31:33 +02:00
parent 743a1451f5
commit bc375e5fc2
24 changed files with 429 additions and 484 deletions

View File

@@ -1,3 +1,5 @@
using System;
using System.Collections.Generic;
using Umbraco.Core.Models.EntityBase;
namespace Umbraco.Core.Cache
@@ -19,7 +21,7 @@ namespace Umbraco.Core.Cache
: base(cache, options)
{ }
protected override void SetCacheActionToInsertEntities(TId[] ids, TEntity[] entities)
protected override void InsertEntities(TId[] ids, TEntity[] entities)
{
// nop
}