moves ICacheRefresher to Core

This commit is contained in:
Shannon
2016-03-17 15:59:35 +01:00
parent d4bf8287bd
commit a4ab137c3f
15 changed files with 32 additions and 36 deletions

View File

@@ -3,7 +3,7 @@ using System.ComponentModel;
using System.Linq;
using Umbraco.Core;
using Umbraco.Core.Sync;
using umbraco.interfaces;
using Umbraco.Core.Cache;
namespace Umbraco.Web.Cache
{