Class DataTypeCacheRefresher.JsonPayload
Inheritance
object
Namespace: Umbraco.Cms.Core.Cache
Assembly: Umbraco.Core.dll
Syntax
public class DataTypeCacheRefresher.JsonPayload
Constructors
View SourceJsonPayload(int, Guid, bool)
Declaration
public JsonPayload(int id, Guid key, bool removed)
Parameters
| Type | Name | Description |
|---|---|---|
| int | id | |
| Guid | key | |
| bool | removed |
Properties
View SourceId
Declaration
public int Id { get; }
Property Value
| Type | Description |
|---|---|
| int |
Key
Declaration
public Guid Key { get; }
Property Value
| Type | Description |
|---|---|
| Guid |
Removed
Declaration
public bool Removed { get; }
Property Value
| Type | Description |
|---|---|
| bool |