RedisCachingBackend.CreateFeatures Method |
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.
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 override CachingBackendFeatures CreateFeatures()
Return Value
Type: CachingBackendFeaturesA new instance of the CachingBackendEnhancerFeatures class.