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 SourceIdentifier
The unique identifier for the cache.
Declaration
public required string Identifier { get; init; }
Property Value
| Type | Description |
|---|---|
| string |
Version
The identifier of the version of the cache.
Declaration
public required string? Version { get; init; }
Property Value
| Type | Description |
|---|---|
| string |