Share via


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

Name Description
ResponseCachingFeature()

Properties

Name Description
VaryByQueryKeys

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

Applies to