Compartilhar via


OutputCachePolicyBuilder.SetCacheKeyPrefix Método

Definição

Sobrecargas

SetCacheKeyPrefix(Func<HttpContext,String>)

Adiciona uma política que varia a chave de cache usando o valor especificado.

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

Adiciona uma política que varia a chave de cache usando o valor especificado.

SetCacheKeyPrefix(String)

Adiciona uma política que varia a chave de cache usando o valor especificado.

SetCacheKeyPrefix(Func<HttpContext,String>)

Origem:
OutputCachePolicyBuilder.cs

Adiciona uma política que varia a chave de cache usando o valor especificado.

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

Parâmetros

keyPrefix
Func<HttpContext,String>

O valor pelo qual variar a chave de cache.

Retornos

Aplica-se a

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

Origem:
OutputCachePolicyBuilder.cs

Adiciona uma política que varia a chave de cache usando o valor especificado.

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

Parâmetros

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

O valor pelo qual variar a chave de cache.

Retornos

Aplica-se a

SetCacheKeyPrefix(String)

Origem:
OutputCachePolicyBuilder.cs

Adiciona uma política que varia a chave de cache usando o valor especificado.

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

Parâmetros

keyPrefix
String

O valor pelo qual variar a chave de cache.

Retornos

Aplica-se a