PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​Backends.​RedisRedis­Caching­BackendProcess­Event
Open sandboxFocus

RedisCachingBackend.ProcessEvent Method

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

System.Guid sourceId

System.Guid of the RedisCachingBackend that sent the event.

Returns
Type Description
Boolean