Search Results for

    Show / Hide Table of Contents
    View Source

    Class Constants.DeliveryApi.OutputCache

    Constants for Delivery API output cache.

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

    Fields

    View Source

    AllContentTag

    Tag that matches all cached Delivery API content responses.

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

    AllMediaTag

    Tag that matches all cached Delivery API media responses.

    Declaration
    public const string AllMediaTag = "umb-dapi-media-all"
    Field Value
    Type Description
    string
    View Source

    AllTag

    Tag that matches all cached Delivery API responses (content and media).

    Declaration
    public const string AllTag = "umb-dapi-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-dapi-content-ancestor-"
    Field Value
    Type Description
    string
    View Source

    ContentCachePolicy

    Output cache policy name for content.

    Declaration
    public const string ContentCachePolicy = "DeliveryApiContent"
    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-dapi-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-dapi-content-type-"
    Field Value
    Type Description
    string
    View Source

    MediaCachePolicy

    Output cache policy name for media.

    Declaration
    public const string MediaCachePolicy = "DeliveryApiMedia"
    Field Value
    Type Description
    string
    View Source

    MediaTagPrefix

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

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