OutputCachePolicyBuilder.With メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
With(Func<OutputCacheContext,Boolean>) |
現在のポリシーに要件を追加します。 |
With(Func<OutputCacheContext,CancellationToken,ValueTask<Boolean>>) |
現在のポリシーに要件を追加します。 |
With(Func<OutputCacheContext,Boolean>)
現在のポリシーに要件を追加します。
public Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder With (Func<Microsoft.AspNetCore.OutputCaching.OutputCacheContext,bool> predicate);
member this.With : Func<Microsoft.AspNetCore.OutputCaching.OutputCacheContext, bool> -> Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder
Public Function With (predicate As Func(Of OutputCacheContext, Boolean)) As OutputCachePolicyBuilder
パラメーター
- predicate
- Func<OutputCacheContext,Boolean>
ポリシーに適用される述語。
戻り値
適用対象
With(Func<OutputCacheContext,CancellationToken,ValueTask<Boolean>>)
現在のポリシーに要件を追加します。
public Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder With (Func<Microsoft.AspNetCore.OutputCaching.OutputCacheContext,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask<bool>> predicate);
member this.With : Func<Microsoft.AspNetCore.OutputCaching.OutputCacheContext, System.Threading.CancellationToken, System.Threading.Tasks.ValueTask<bool>> -> Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder
Public Function With (predicate As Func(Of OutputCacheContext, CancellationToken, ValueTask(Of Boolean))) As OutputCachePolicyBuilder
パラメーター
- predicate
- Func<OutputCacheContext,CancellationToken,ValueTask<Boolean>>
ポリシーに適用される述語。