Search Results for

    Show / Hide Table of Contents
    View Source

    Class RepositoryCacheVersion

    Represents a version of a repository cache.

    Inheritance
    object
    Namespace: Umbraco.Cms.Core.Models
    Assembly: Umbraco.Core.dll
    Syntax
    public class RepositoryCacheVersion

    Properties

    View Source

    Identifier

    The unique identifier for the cache.

    Declaration
    public required string Identifier { get; init; }
    Property Value
    Type Description
    string
    View Source

    Version

    The identifier of the version of the cache.

    Declaration
    public required string? Version { get; init; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX