Open sandboxFocus

Method CreateFeatures

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 Metalama.Patterns.Caching.Implementation.CachingBackendEnhancerFeatures class.

Overrides