Fix agressive cleanup

This commit is contained in:
Stephan
2018-05-04 15:00:10 +02:00
parent 3495331005
commit 8388eca503

View File

@@ -34,6 +34,7 @@ namespace Umbraco.Web.PublishedCache.NuCache
private CacheValues _cacheValues;
private string _valuesCacheKey;
private string _recurseCacheKey;
// initializes a published content property with no value
public Property(PublishedPropertyType propertyType, PublishedContent content, IPublishedSnapshotAccessor publishedSnapshotAccessor, PropertyCacheLevel referenceCacheLevel = PropertyCacheLevel.Element)