RequestCachingSection.IsPrivateCache 屬性

定義

取得或設定布林值,指出本機電腦快取是否為私用的 (Private)。

public:
 property bool IsPrivateCache { bool get(); void set(bool value); };
[System.Configuration.ConfigurationProperty("isPrivateCache", DefaultValue=true)]
public bool IsPrivateCache { get; set; }
[<System.Configuration.ConfigurationProperty("isPrivateCache", DefaultValue=true)>]
member this.IsPrivateCache : bool with get, set
Public Property IsPrivateCache As Boolean

屬性值

如果快取提供使用者隔離則為 true,否則為 false

屬性

備註

在用戶端電腦上,此值通常會設定為 true ,表示某個用戶無法使用其他使用者快取的資源。 針對中介層應用程式,此值通常會設定為 false

適用於