View Source
Class PropertyCacheCompression
Compresses property data based on config
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class PropertyCacheCompression : IPropertyCacheCompression
Constructors
View Source
PropertyCacheCompression(IPropertyCacheCompressionOptions, IReadOnlyDictionary<Int32, IContentTypeComposition>, PropertyEditorCollection, ConcurrentDictionary<(Int32, String, Boolean), Boolean>)
Declaration
public PropertyCacheCompression(IPropertyCacheCompressionOptions compressionOptions, IReadOnlyDictionary<int, IContentTypeComposition> contentTypes, PropertyEditorCollection propertyEditors, ConcurrentDictionary<(int, string, bool), bool> compressedStoragePropertyEditorCache)
Parameters
Methods
View Source
IsCompressed(IReadOnlyContentBase, String, Boolean)
Declaration
public bool IsCompressed(IReadOnlyContentBase content, string alias, bool published)
Parameters
Returns
Type |
Description |
System.Boolean |
|