OutputCacheApplicationBuilderExtensions.UseOutputCache Método

Definição

Adiciona o middleware de cache de saída para armazenar em cache respostas HTTP.

public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseOutputCache(this Microsoft.AspNetCore.Builder.IApplicationBuilder app);
static member UseOutputCache : Microsoft.AspNetCore.Builder.IApplicationBuilder -> Microsoft.AspNetCore.Builder.IApplicationBuilder
<Extension()>
Public Function UseOutputCache (app As IApplicationBuilder) As IApplicationBuilder

Parâmetros

Retornos

Aplica-se a