Search Results for

    Show / Hide Table of Contents
    View Source

    Class NuCacheSettings

    Typed configuration options for NuCache settings.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core.Configuration.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class NuCacheSettings

    Properties

    View Source

    BTreeBlockSize

    Gets or sets a value defining the BTree block size.

    Declaration
    public int? BTreeBlockSize { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>
    View Source

    KitBatchSize

    The size to use for nucache Kit batches. Higher value means more content loaded into memory at a time.

    Declaration
    public int KitBatchSize { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    NuCacheSerializerType

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

    Declaration
    public NuCacheSerializerType NuCacheSerializerType { get; set; }
    Property Value
    Type Description
    NuCacheSerializerType
    View Source

    SqlPageSize

    The paging size to use for nucache SQL queries.

    Declaration
    public int SqlPageSize { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    UnPublishedContentCompression

    Declaration
    public bool UnPublishedContentCompression { get; set; }
    Property Value
    Type Description
    System.Boolean
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • BTreeBlockSize
      • KitBatchSize
      • NuCacheSerializerType
      • SqlPageSize
      • UnPublishedContentCompression
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX