OutputCacheApplicationBuilderExtensions.UseOutputCache メソッド

定義

HTTP 応答をキャッシュするための Microsoft.AspNetCore.OutputCaching.OutputCacheMiddleware を追加します。

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

パラメーター

戻り値

適用対象