Condividi tramite


OutputCachePolicyBuilder.SetCacheKeyPrefix Metodo

Definizione

Overload

SetCacheKeyPrefix(Func<HttpContext,String>)

Aggiunge un criterio che varia la chiave della cache usando il valore specificato.

SetCacheKeyPrefix(Func<HttpContext,CancellationToken,ValueTask<String>>)

Aggiunge un criterio che varia la chiave della cache usando il valore specificato.

SetCacheKeyPrefix(String)

Aggiunge un criterio che varia la chiave della cache usando il valore specificato.

SetCacheKeyPrefix(Func<HttpContext,String>)

Origine:
OutputCachePolicyBuilder.cs

Aggiunge un criterio che varia la chiave della cache usando il valore specificato.

public Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder SetCacheKeyPrefix (Func<Microsoft.AspNetCore.Http.HttpContext,string> keyPrefix);
member this.SetCacheKeyPrefix : Func<Microsoft.AspNetCore.Http.HttpContext, string> -> Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder
Public Function SetCacheKeyPrefix (keyPrefix As Func(Of HttpContext, String)) As OutputCachePolicyBuilder

Parametri

keyPrefix
Func<HttpContext,String>

Valore per cui variare la chiave della cache.

Restituisce

Si applica a

SetCacheKeyPrefix(Func<HttpContext,CancellationToken,ValueTask<String>>)

Origine:
OutputCachePolicyBuilder.cs

Aggiunge un criterio che varia la chiave della cache usando il valore specificato.

public Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder SetCacheKeyPrefix (Func<Microsoft.AspNetCore.Http.HttpContext,System.Threading.CancellationToken,System.Threading.Tasks.ValueTask<string>> keyPrefix);
member this.SetCacheKeyPrefix : Func<Microsoft.AspNetCore.Http.HttpContext, System.Threading.CancellationToken, System.Threading.Tasks.ValueTask<string>> -> Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder
Public Function SetCacheKeyPrefix (keyPrefix As Func(Of HttpContext, CancellationToken, ValueTask(Of String))) As OutputCachePolicyBuilder

Parametri

keyPrefix
Func<HttpContext,CancellationToken,ValueTask<String>>

Valore per cui variare la chiave della cache.

Restituisce

Si applica a

SetCacheKeyPrefix(String)

Origine:
OutputCachePolicyBuilder.cs

Aggiunge un criterio che varia la chiave della cache usando il valore specificato.

public Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder SetCacheKeyPrefix (string keyPrefix);
member this.SetCacheKeyPrefix : string -> Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder
Public Function SetCacheKeyPrefix (keyPrefix As String) As OutputCachePolicyBuilder

Parametri

keyPrefix
String

Valore per cui variare la chiave della cache.

Restituisce

Si applica a