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

@@ -48,8 +48,8 @@ namespace Umbraco.Tests.Persistence.Repositories
var realCache = new AppCaches(
new ObjectCacheAppCache(),
new DictionaryCacheProvider(),
new DictionaryCacheProvider(),
new DictionaryAppCache(),
new DictionaryAppCache(),
new IsolatedCaches(t => new ObjectCacheAppCache()));
var provider = TestObjects.GetScopeProvider(Logger);