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

RedisCachingBackend.SendEvent Method

SendEvent(String, String)

Sends of event.

Declaration
protected void SendEvent(string kind, string key)
Parameters
Type Name Description
System.String kind

Kind of event.

System.String key

Key of the item (value key or dependency key, typically).