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. |
parameters | Collection of parameters provided at the time of cache configuration. |
System. |
cacheName | Name of the cache that initiated this instance. |