RedisCachingBackend.ProcessEvent Method |
Processes an event that was received on the events channel.
Namespace: PostSharp.Patterns.Caching.Backends.Redis
Assembly: PostSharp.Patterns.Caching.Backends.Redis (in PostSharp.Patterns.Caching.Backends.Redis.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
protected virtual bool ProcessEvent( string kind, string key, Guid sourceId )
Parameters
- kind
- Type: System.String
Kind of event. - key
- Type: System.String
Key of the item (value key or dependency key, typically). - sourceId
- Type: System.Guid
Guid of the RedisCachingBackend that sent the event.