Class NuCacheSettings
Typed configuration options for NuCache settings.
Inheritance
System.Object
      Namespace: Umbraco.Cms.Core.Configuration.Models
Assembly: Umbraco.Core.dll
Syntax
public class NuCacheSettingsProperties
View SourceNuCacheSerializerType
The serializer type that nucache uses to persist documents in the database.
Declaration
public NuCacheSerializerType NuCacheSerializerType { get; set; }Property Value
| Type | Description | 
|---|---|
| NuCacheSerializerType | 
SqlPageSize
The paging size to use for nucache SQL queries.
Declaration
public int SqlPageSize { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
UsePagedSqlQuery
Declaration
public bool UsePagedSqlQuery { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Boolean |