Great AppCaches renaming
This commit is contained in:
@@ -76,10 +76,10 @@ namespace Umbraco.Tests.Persistence.Repositories
|
||||
public void CacheActiveForIntsAndGuids()
|
||||
{
|
||||
var realCache = new AppCaches(
|
||||
new ObjectCacheRuntimeCacheProvider(),
|
||||
new StaticCacheProvider(),
|
||||
new StaticCacheProvider(),
|
||||
new IsolatedRuntimeCache(t => new ObjectCacheRuntimeCacheProvider()));
|
||||
new ObjectCacheAppCache(),
|
||||
new DictionaryCacheProvider(),
|
||||
new DictionaryCacheProvider(),
|
||||
new IsolatedCaches(t => new ObjectCacheAppCache()));
|
||||
|
||||
var provider = TestObjects.GetScopeProvider(Logger);
|
||||
using (var scope = provider.CreateScope())
|
||||
|
||||
Reference in New Issue
Block a user