PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​Backends.​RedisRedis­Caching­BackendCreate­Features
Open sandboxFocus

RedisCachingBackend.CreateFeatures Method

CreateFeatures()

Creates a CachingBackendFeatures object, which describes set of features implemented by the back-end. This method is invoked the first time the SupportedFeatures property is evaluated. The result is then cached.

Declaration
protected override CachingBackendFeatures CreateFeatures()
Returns
Type Description
CachingBackendFeatures

A new instance of the CachingBackendEnhancerFeatures class.

Overrides
CachingBackend.CreateFeatures()