Search Results for

    Show / Hide Table of Contents

    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.

    Extension Methods

    ObjectExtensions.ToXmlString(object, Type)
    ObjectExtensions.ToXmlString<T>(object)
    ObjectExtensions.TryConvertTo(object, Type)
    ObjectExtensions.TryConvertTo<T>(object)
    ExpressionHelper.GetPropertyInfo<NuCacheSerializerType, TProperty>(NuCacheSerializerType, Expression<Func<NuCacheSerializerType, TProperty>>)
    DictionaryExtensions.MergeLeft<NuCacheSerializerType, TK, TV>(NuCacheSerializerType, IDictionary<TK, TV>, bool)
    DictionaryExtensions.MergeLeft<NuCacheSerializerType, TK, TV>(NuCacheSerializerType, IEnumerable<IDictionary<TK, TV>>, bool)
    EnumerableExtensions.Yield<NuCacheSerializerType>(NuCacheSerializerType)
    ObjectExtensions.AsEnumerableOfOne<NuCacheSerializerType>(NuCacheSerializerType)
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX