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.
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.