Enum NuCacheSerializerType
The serializer type that the published content cache uses to persist documents in the database.
Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public enum NuCacheSerializerType
Fields
| Name | Description |
|---|---|
| JSON | The legacy JSON serializer type, which uses JSON for serialization. |
| MessagePack | The default serializer type, which uses MessagePack for serialization. |