PostSharpAPI ReferencePost­Sharp.​Patterns.​Caching.​ImplementationCaching­Backend­EnhancerCreate­Features
Open sandboxFocus

CachingBackendEnhancer.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()