Method Initialize
Initialize(String, NameValueCollection)
Initializes the cache.
Declaration
public override void Initialize(string name, NameValueCollection config)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name | The name of cache. |
| System.Collections.Specialized.NameValueCollection | config | Collection of associated System.String keys and System.String values. |
Overrides
System.Configuration.Provider.ProviderBase.Initialize(System.String, System.Collections.Specialized.NameValueCollection)