View Source
Class CacheInstructionDto
Inheritance
System.Object
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 |
|