Class ElementContainerCacheRefresher.JsonPayload
Represents a JSON-serializable payload identifying an element container that changed.
Inheritance
object
Namespace: Umbraco.Cms.Core.Cache
Assembly: Umbraco.Core.dll
Syntax
public class ElementContainerCacheRefresher.JsonPayload
Constructors
View SourceJsonPayload(int, Guid)
Initializes a new instance of the ElementContainerCacheRefresher.JsonPayload class.
Declaration
public JsonPayload(int id, Guid key)
Parameters
| Type | Name | Description |
|---|---|---|
| int | id | The unique integer identifier for the container. |
| Guid | key | The unique GUID key associated with the container. |
Properties
View SourceId
Gets the unique integer identifier for the container.
Declaration
public int Id { get; }
Property Value
| Type | Description |
|---|---|
| int |
Key
Gets the unique GUID key associated with the container.
Declaration
public Guid Key { get; }
Property Value
| Type | Description |
|---|---|
| Guid |