RedisCachingBackend.SendEvent Method |
Sends of event.
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 void SendEvent( string kind, string key )
Parameters
- kind
- Type: System.String
Kind of event. - key
- Type: System.String
Key of the item (value key or dependency key, typically).