OutputCachePolicyBuilder.SetCacheKeyPrefix 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
SetCacheKeyPrefix(Func<HttpContext,String>) |
添加使用指定值改变缓存密钥的策略。 |
SetCacheKeyPrefix(Func<HttpContext,CancellationToken,ValueTask<String>>) |
添加使用指定值改变缓存密钥的策略。 |
SetCacheKeyPrefix(String) |
添加使用指定值改变缓存密钥的策略。 |
SetCacheKeyPrefix(Func<HttpContext,String>)
- Source:
- OutputCachePolicyBuilder.cs
添加使用指定值改变缓存密钥的策略。
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
参数
- keyPrefix
- Func<HttpContext,String>
要更改缓存键的值。
返回
适用于
SetCacheKeyPrefix(Func<HttpContext,CancellationToken,ValueTask<String>>)
- Source:
- OutputCachePolicyBuilder.cs
添加使用指定值改变缓存密钥的策略。
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
参数
- keyPrefix
- Func<HttpContext,CancellationToken,ValueTask<String>>
要更改缓存键的值。
返回
适用于
SetCacheKeyPrefix(String)
- Source:
- OutputCachePolicyBuilder.cs
添加使用指定值改变缓存密钥的策略。
public Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder SetCacheKeyPrefix (string keyPrefix);
member this.SetCacheKeyPrefix : string -> Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder
Public Function SetCacheKeyPrefix (keyPrefix As String) As OutputCachePolicyBuilder
参数
- keyPrefix
- String
要更改缓存键的值。