PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​Backends.​RedisRedis­Caching­Backend­ConfigurationKey­Prefix
Open sandboxFocus

RedisCachingBackendConfiguration.KeyPrefix Property

KeyPrefix

Gets the prefix for the key of all Redis items created by the RedisCachingBackend. The default value is cache.

Declaration
public string KeyPrefix { get; set; }
Property Value
Type Description
System.String