True standalone test

This commit is contained in:
Stephan
2018-12-17 18:52:43 +01:00
parent 7cad591b86
commit 35ebced4ed
13 changed files with 400 additions and 168 deletions

View File

@@ -29,6 +29,11 @@ namespace Umbraco.Web.PublishedCache.NuCache
#region Constructor
// fixme ISSUE
// after the current snapshot has been resync-ed
// it's too late for UmbracoContext which has captured previewDefault and stuff into these ctor vars
// but, no, UmbracoContext returns snapshot.Content which comes from elements SO a resync should create a new cache
public ContentCache(bool previewDefault, ContentStore.Snapshot snapshot, ICacheProvider snapshotCache, ICacheProvider elementsCache, DomainHelper domainHelper, IGlobalSettings globalSettings, ILocalizationService localizationService)
: base(previewDefault)
{