Search Results for

    Show / Hide Table of Contents
    View Source

    Class Constants.Website.OutputCache

    Constants related to website output caching.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    public static class Constants.Website.OutputCache

    Fields

    View Source

    AllContentTag

    Tag that matches all cached website content pages.

    Declaration
    public const string AllContentTag = "umb-content-all"
    Field Value
    Type Description
    string
    View Source

    AncestorTagPrefix

    Tag prefix for ancestor-based eviction (followed by the ancestor content key).

    Declaration
    public const string AncestorTagPrefix = "umb-content-ancestor-"
    Field Value
    Type Description
    string
    View Source

    ContentCachePolicy

    The named output cache policy for Umbraco website content.

    Declaration
    public const string ContentCachePolicy = "UmbracoWebsiteContent"
    Field Value
    Type Description
    string
    View Source

    ContentTagPrefix

    Tag prefix for a specific content item (followed by the content key).

    Declaration
    public const string ContentTagPrefix = "umb-content-"
    Field Value
    Type Description
    string
    View Source

    ContentTypeTagPrefix

    Tag prefix for content type-based eviction (followed by the content type alias).

    Declaration
    public const string ContentTypeTagPrefix = "umb-content-type-"
    Field Value
    Type Description
    string
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX