ResponseCachingFeature Class

Definition

public ref class ResponseCachingFeature : Microsoft::AspNetCore::ResponseCaching::IResponseCachingFeature
public class ResponseCachingFeature : Microsoft.AspNetCore.ResponseCaching.IResponseCachingFeature
type ResponseCachingFeature = class
    interface IResponseCachingFeature
Public Class ResponseCachingFeature
Implements IResponseCachingFeature
Inheritance
ResponseCachingFeature
Implements

Constructors

ResponseCachingFeature()

Properties

VaryByQueryKeys

Gets or sets the query keys used by the response cache middleware for calculating secondary vary keys.

Applies to