OutputCache::Providers Property

.NET Framework (current version)
 

Gets a collection of the output-cache providers that are specified in the configuration file for a Web site.

Namespace:   System.Web.Caching
Assembly:  System.Web (in System.Web.dll)

public:
property OutputCacheProviderCollection^ Providers {
	static OutputCacheProviderCollection^ get();
}

Property Value

Type: System.Web.Caching::OutputCacheProviderCollection^

The collection of configured providers.

You configure one or more custom output-cache providers that target other storage devices, such as local or remote disks, databases, cloud storage, and distributed cache engines. To configure custom output-cache providers, you add a provider to the collection that is represented by the Providers property.

.NET Framework
Available since 4.0
Return to top
Show: