Method Init
Init(IDictionary<String, String>, String)
Initializes the ICustomDependencyProvider instance with parameters provided at the time of cache configuration.
Declaration
void Init(IDictionary<string, string> parameters, string cacheName)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IDictionary<System.String, System.String> | parameters | Collection of parameters provided at the time of cache configuration. |
System.String | cacheName | Name of the cache that initiated this instance. |