CacheStoreProvider::Initialize Method (String^, NameValueCollection^)

 

Initializes the named cache.

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

public:
virtual void Initialize(
	String^ name,
	NameValueCollection^ config
) abstract

Parameters

name
Type: System::String^

The name to use to look up configuration information.

config
Type: System.Collections.Specialized::NameValueCollection^

A collection of name/value pairs of configuration information to use for configuring the cache.

.NET Framework
Available since 4.7
Return to top
Show: