Search Results for

    Show / Hide Table of Contents
    View Source

    Class CacheEntrySettings

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

    Properties

    View Source

    LocalCacheDuration

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

    RemoteCacheDuration

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

    SeedCacheDuration

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