System.Web.Configuration.CacheSection.PrivateBytesLimit Property

Gets or sets a value indicating the maximum size of the working-process private space.

Syntax

[System.Configuration.ConfigurationProperty("privateBytesLimit", DefaultValue="0")]
[System.Configuration.LongValidator(MinValue=0, MaxValue=9223372036854775807)]
public long PrivateBytesLimit { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The CacheSection.PrivateBytesLimit property specifies the threshold for high pressure conditions. As this threshold is approached, the cache system gradually begins more aggressive scavenging measures.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0