OutputCachePolicyBuilder.SetLocking(Boolean) 方法

定义

添加策略以更改请求锁定策略。

public Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder SetLocking (bool enabled);
member this.SetLocking : bool -> Microsoft.AspNetCore.OutputCaching.OutputCachePolicyBuilder
Public Function SetLocking (enabled As Boolean) As OutputCachePolicyBuilder

参数

enabled
Boolean

是否应锁定请求。

返回

注解

使用默认策略时,默认启用锁定。

适用于