System.Web.Configuration.SystemWebCachingSectionGroup.Cache Property

Gets the cache section contained within the configuration.

Syntax

[System.Configuration.ConfigurationProperty("cache")]
public CacheSection Cache { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The System.Web.Configuration.CacheSection object refers to the cache section of the configuration file. You can use the System.Web.Configuration.CacheSection class to modify the cache section programmatically.

Requirements

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