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

@@ -4,8 +4,8 @@ using System.Linq;
using LightInject;
using Moq;
using NUnit.Framework;
using umbraco.interfaces;
using Umbraco.Core;
using Umbraco.Core.Cache;
using Umbraco.Core.Logging;
using Umbraco.Core.ObjectResolution;
using Umbraco.Core.Sync;