System.Web.Configuration.SystemWebCachingSectionGroup Class

Configures the caching group within a configuration file. This class cannot be inherited.

See Also: SystemWebCachingSectionGroup Members

Syntax

public sealed class SystemWebCachingSectionGroup : System.Configuration.ConfigurationSectionGroup

Remarks

The System.Web.Configuration.SystemWebCachingSectionGroup class provides a way to programmatically access and modify the caching section of a configuration file.

The System.Web.Configuration.SystemWebCachingSectionGroup class and the caching section provide centralized control of the caching mechanism for a site or application. This makes it possible for caching to be deployed, modified, and disabled without modifying individual pages in the application.

The ASP.NET caching mechanism is implemented by the System.Web.Caching.Cache class. For more information, see ASP.NET Caching Overview

The following list describes the two types of caching ASP.NET provides.

Requirements

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