Partager via


OutputCachePolicyBuilder.With Méthode

Définition

Surcharges

With(Func<OutputCacheContext,Boolean>)

Ajoute une exigence à la stratégie actuelle.

With(Func<OutputCacheContext,CancellationToken,ValueTask<Boolean>>)

Ajoute une exigence à la stratégie actuelle.

With(Func<OutputCacheContext,Boolean>)

Source:
OutputCachePolicyBuilder.cs

Ajoute une exigence à la stratégie actuelle.

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

Paramètres

predicate
Func<OutputCacheContext,Boolean>

Prédicat appliqué à la stratégie.

Retours

S’applique à

With(Func<OutputCacheContext,CancellationToken,ValueTask<Boolean>>)

Source:
OutputCachePolicyBuilder.cs

Ajoute une exigence à la stratégie actuelle.

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

Paramètres

predicate
Func<OutputCacheContext,CancellationToken,ValueTask<Boolean>>

Prédicat appliqué à la stratégie.

Retours

S’applique à