A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://apidocs.umbraco.com/v15/csharp/api/Umbraco.Cms.Core.Models.CacheInstruction.html below:

View Source Class CacheInstruction

Represents a cache instruction.

Inheritance

System.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.

Declaration
public 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 InstructionCount

Count of instructions.

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

Serialized instructions.

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

Identity of server originating the instruction.

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

Cache instruction created date.

Declaration
public 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