Current.DistributedCache

This commit is contained in:
Stephan
2017-07-11 19:13:45 +02:00
parent 9619066a50
commit 41cc622260
11 changed files with 126 additions and 139 deletions

View File

@@ -31,7 +31,7 @@ namespace Umbraco.Tests.Integration
base.SetUp();
_h1 = new CacheRefresherComponent(true);
_h1.Initialize();
_h1.Initialize(new DistributedCache());
_events = new List<EventInstance>();