Search Results for

    Show / Hide Table of Contents

    Enum NuCacheSerializerType

    The serializer type that nucache uses to persist documents in the database.

    Namespace: Umbraco.Cms.Core.Configuration.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public enum NuCacheSerializerType : int

    Fields

    Name Description
    JSON
    MessagePack

    Extension Methods

    DictionaryExtensions.MergeLeft<NuCacheSerializerType, TK, TV>(IEnumerable<IDictionary<TK, TV>>, Boolean)
    DictionaryExtensions.MergeLeft<NuCacheSerializerType, TK, TV>(IDictionary<TK, TV>, Boolean)
    EnumerableExtensions.Yield<NuCacheSerializerType>()
    ObjectExtensions.AsEnumerableOfOne<NuCacheSerializerType>()
    ObjectExtensions.ToDictionary<NuCacheSerializerType, TProperty, TVal>(Expression<Func<NuCacheSerializerType, TProperty>>[])
    ExpressionHelper.GetPropertyInfo<NuCacheSerializerType, TProperty>(Expression<Func<NuCacheSerializerType, TProperty>>)
    • Improve this Doc
    • View Source
    In This Article
    • Fields
    • Extension Methods
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX