View Source
Class ContentCacheDataModel
The content model stored in the content cache database table serialized as JSON
Inheritance
System.Object
Assembly: Umbraco.PublishedCache.NuCache.dll
Syntax
public class ContentCacheDataModel : object
Properties
View Source
CultureData
Declaration
public Dictionary<string, CultureVariation> CultureData { get; set; }
Property Value
View Source
PropertyData
Declaration
public Dictionary<string, PropertyData[]> PropertyData { get; set; }
Property Value
View Source
UrlSegment
Declaration
public string UrlSegment { get; set; }
Property Value
Type |
Description |
System.String |
|