RequestCachingSection.IsPrivateCache Property

Definition

Gets or sets a Boolean value that indicates whether the local computer cache is 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

Property Value

true if the cache provides user isolation; otherwise, false.

Attributes

Remarks

On client machines, this value is typically set to true indicating that one user cannot use resources cached by another user. For middle-tier applications, this value is typically set to false.

Applies to