PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​Backends.​RedisRedis­Cache­InvalidatorConnection
Open sandboxFocus

RedisCacheInvalidator.Connection Property

Connection

Gets the Redis StackExchange.Redis.IConnectionMultiplexer used by the current RedisCacheInvalidator.

Declaration
public IConnectionMultiplexer Connection { get; }
Property Value
Type Description
StackExchange.Redis.IConnectionMultiplexer