SystemWebCachingSectionGroup.Cache Property
.NET Framework (current version)
Gets the cache section contained within the configuration.
Assembly: System.Web (in System.Web.dll)
The CacheSection object refers to the cache section of the configuration file. You can use the CacheSection class to modify the cache section programmatically.
The following code example shows how to obtain the CacheSection object from the configuration file of an existing Web application.
.NET Framework
Available since 2.0
Available since 2.0
Show: