ProcessEvent(string, string, Guid)
Processes an event that was received on the events channel.
Declaration
protected virtual bool ProcessEvent(string kind, string key, Guid sourceId)
Parameters
Type | Name | Description |
---|---|---|
string | kind | Kind of event. |
string | key | Key of the item (value key or dependency key, typically). |
Guid | sourceId | Guid of the RedisCachingBackend that sent the event. |
Returns
Type | Description |
---|---|
bool |