NuCache+Scope - caches

This commit is contained in:
Stephan
2017-07-19 19:59:46 +02:00
parent 2a9072609d
commit fa6c147a65
2 changed files with 18 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ namespace Umbraco.Web.PublishedCache.NuCache
// register the NuCache facade service
composition.SetFacadeService(factory => new FacadeService(
new FacadeService.Options { FacadeCacheIsApplicationRequestCache = true },
new FacadeService.Options(),
factory.GetInstance<MainDom>(),
factory.GetInstance<IRuntimeState>(),
factory.GetInstance<ServiceContext>(),