Represents a cache instruction.
InheritanceSystem.Object
Namespace: Umbraco.Cms.Core.Models Assembly: Umbraco.Core.dll Syntax[DataContract(IsReference = true)]
public class CacheInstruction
Constructors View Source CacheInstruction(Int32, DateTime, String, String, Int32)
Initializes a new instance of the CacheInstruction class.
Declarationpublic CacheInstruction(int id, DateTime utcStamp, string instructions, string originIdentity, int instructionCount)
Parameters Type Name Description System.Int32 id DateTime utcStamp System.String instructions System.String originIdentity System.Int32 instructionCount Properties View Source Id
Cache instruction Id.
Declaration Property Value Type Description System.Int32 View Source InstructionCountCount of instructions.
Declarationpublic int InstructionCount { get; }
Property Value Type Description System.Int32 View Source Instructions
Serialized instructions.
Declarationpublic string Instructions { get; }
Property Value Type Description System.String View Source OriginIdentity
Identity of server originating the instruction.
Declarationpublic string OriginIdentity { get; }
Property Value Type Description System.String View Source UtcStamp
Cache instruction created date.
Declarationpublic DateTime UtcStamp { get; }
Property Value Type Description DateTime
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4