HealthCheckOptions.AllowCachingResponses 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定值,這個值控制是否可以快取來自健康狀態檢查中介軟體的回應。
public:
property bool AllowCachingResponses { bool get(); void set(bool value); };
public bool AllowCachingResponses { get; set; }
member this.AllowCachingResponses : bool with get, set
Public Property AllowCachingResponses As Boolean
屬性值
備註
健康情況檢查中介軟體不會執行任何類型的快取。 此設定會設定中介軟體是否會將標頭套用至 HTTP 回應,以指示用戶端避免快取。
如果值為 false
健康情況檢查中介軟體,則會設定或覆寫 Cache-Control
、 Expires
和 Pragma
標頭,以防止回應快取。 如果值為 true
健康情況檢查中介軟體,則不會修改回應的快取標頭。