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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.