View Source
Class RefreshInstructionEnvelope
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public sealed class RefreshInstructionEnvelope
Constructors
View Source
RefreshInstructionEnvelope(ICacheRefresher, IEnumerable<RefreshInstruction>)
Declaration
public RefreshInstructionEnvelope(ICacheRefresher refresher, IEnumerable<RefreshInstruction> instructions)
Parameters
Properties
View Source
Instructions
Declaration
public IEnumerable<RefreshInstruction> Instructions { get; set; }
Property Value
View Source
Refresher
Declaration
public ICacheRefresher Refresher { get; set; }
Property Value