Search Results for

    Show / Hide Table of Contents
    View Source

    Class CacheSettings

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

    Properties

    View Source

    ContentTypeKeys

    Gets or sets a value for the collection of content type ids to always have in the cache.

    Declaration
    public List<Guid> ContentTypeKeys { get; set; }
    Property Value
    Type Description
    List<Guid>
    View Source

    DocumentBreadthFirstSeedCount

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

    Entry

    Declaration
    public CacheSettings.CacheEntry Entry { get; set; }
    Property Value
    Type Description
    CacheSettings.CacheEntry
    View Source

    MediaBreadthFirstSeedCount

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

    SeedCacheDuration

    Declaration
    public TimeSpan SeedCacheDuration { get; set; }
    Property Value
    Type Description
    TimeSpan
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • ContentTypeKeys
      • DocumentBreadthFirstSeedCount
      • Entry
      • MediaBreadthFirstSeedCount
      • SeedCacheDuration
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX