RequestCachingSection::IsPrivateCache Property
.NET Framework (current version)
Gets or sets a Boolean value that indicates whether the local computer cache is private.
Assembly: System (in System.dll)
public: [ConfigurationPropertyAttribute("isPrivateCache", DefaultValue = true)] property bool IsPrivateCache { bool get(); void set(bool value); }
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: