Search Results for

    Show / Hide Table of Contents
    View Source

    Class NuCacheSettings

    Typed configuration options for NuCache settings.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Configuration.Models
    Assembly: Umbraco.Core.dll
    Syntax
    [UmbracoOptions("Umbraco:CMS:NuCache")]
    public class NuCacheSettings

    Properties

    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
    int
    View Source

    UsePagedSqlQuery

    Declaration
    public bool UsePagedSqlQuery { get; set; }
    Property Value
    Type Description
    bool
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX