Search Results for

    Show / Hide Table of Contents
    View Source

    Class CacheInstructionDto

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Infrastructure.Persistence.Dtos
    Assembly: Umbraco.Infrastructure.dll
    Syntax
    public class CacheInstructionDto

    Properties

    View Source

    Id

    Declaration
    public int Id { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    InstructionCount

    Declaration
    public int InstructionCount { get; set; }
    Property Value
    Type Description
    System.Int32
    View Source

    Instructions

    Declaration
    public string Instructions { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    OriginIdentity

    Declaration
    public string OriginIdentity { get; set; }
    Property Value
    Type Description
    System.String
    View Source

    UtcStamp

    Declaration
    public DateTime UtcStamp { get; set; }
    Property Value
    Type Description
    DateTime
    • Improve this Doc
    • View Source
    In This Article
    • Properties
      • Id
      • InstructionCount
      • Instructions
      • OriginIdentity
      • UtcStamp
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX