Namespace Umbraco.Cms.Infrastructure.PublishedCache.DataSource
Classes
AutomaticJsonNameTable
BTree
ContentCacheDataModel
The content model stored in the content cache database table serialized as JSON
ContentData
Represents everything that is specific to an edited or published content version
ContentDataSerializer
Serializes/Deserializes data to BTree data source for ContentData
CultureVariation
Represents the culture variation information on a content item
JsonArrayPool
JsonContentNestedDataSerializer
MessagePackAutoInterningStringKeyCaseInsensitiveDictionaryFormatter<TValue>
A MessagePack formatter (deserializer) for a string key dictionary that uses
MsgPackContentNestedDataSerializer
Serializes/Deserializes ContentCacheDataModel document to the SQL Database as bytes using MessagePack
PropertyData
Structs
ContentCacheDataSerializationResult
The serialization result from IContentCacheDataSerializer for which the serialized value will be either a string or a byte[]
Interfaces
IContentCacheDataSerializer
Serializes/Deserializes ContentCacheDataModel document to the SQL Database as a string