CacheStoreProvider.Initialize(String, NameValueCollection) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes the named cache.
public:
 abstract void Initialize(System::String ^ name, System::Collections::Specialized::NameValueCollection ^ config);
	public abstract void Initialize(string name, System.Collections.Specialized.NameValueCollection config);
	override this.Initialize : string * System.Collections.Specialized.NameValueCollection -> unit
	Public MustOverride Sub Initialize (name As String, config As NameValueCollection)
	Parameters
- name
 - String
 
The name to use to look up configuration information.
- config
 - NameValueCollection
 
A collection of name/value pairs of configuration information to use for configuring the cache.