OutputCacheServiceCollectionExtensions.AddOutputCache メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AddOutputCache(IServiceCollection) |
出力キャッシュ サービスを追加します。 |
AddOutputCache(IServiceCollection, Action<OutputCacheOptions>) |
出力キャッシュ サービスを追加し、関連するオプションを構成します。 |
AddOutputCache(IServiceCollection)
出力キャッシュ サービスを追加します。
public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddOutputCache (this Microsoft.Extensions.DependencyInjection.IServiceCollection services);
static member AddOutputCache : Microsoft.Extensions.DependencyInjection.IServiceCollection -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function AddOutputCache (services As IServiceCollection) As IServiceCollection
パラメーター
- services
- IServiceCollection
サービスを追加するための IServiceCollection。
戻り値
適用対象
AddOutputCache(IServiceCollection, Action<OutputCacheOptions>)
出力キャッシュ サービスを追加し、関連するオプションを構成します。
public static Microsoft.Extensions.DependencyInjection.IServiceCollection AddOutputCache (this Microsoft.Extensions.DependencyInjection.IServiceCollection services, Action<Microsoft.AspNetCore.OutputCaching.OutputCacheOptions> configureOptions);
static member AddOutputCache : Microsoft.Extensions.DependencyInjection.IServiceCollection * Action<Microsoft.AspNetCore.OutputCaching.OutputCacheOptions> -> Microsoft.Extensions.DependencyInjection.IServiceCollection
<Extension()>
Public Function AddOutputCache (services As IServiceCollection, configureOptions As Action(Of OutputCacheOptions)) As IServiceCollection
パラメーター
- services
- IServiceCollection
サービスを追加するための IServiceCollection。
- configureOptions
- Action<OutputCacheOptions>
OutputCacheOptionsを構成するデリゲート。