More renaming of caches

This commit is contained in:
Stephan
2019-01-18 08:29:16 +01:00
parent f952fe7aeb
commit ec58532f7b
19 changed files with 55 additions and 54 deletions

View File

@@ -118,8 +118,8 @@ namespace Umbraco.Tests.Published
publishedContentTypeFactory.CreatePropertyType("prop1", 1),
});
var elementsCache = new FastDictionaryCacheProvider();
var snapshotCache = new FastDictionaryCacheProvider();
var elementsCache = new FastDictionaryAppCache();
var snapshotCache = new FastDictionaryAppCache();
var publishedSnapshot = new Mock<IPublishedSnapshot>();
publishedSnapshot.Setup(x => x.SnapshotCache).Returns(snapshotCache);