RequestCachingSection.IsPrivateCache 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定布林值,指出本機電腦快取是否為私用的 (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
。