Asynchronously starts caching the specified configuration objects.
Overload List
| Name | Description | |
|---|---|---|
| StartCachingAsync(AsyncCompletedEventHandler, Object) |
Asynchronously starts caching the specified configuration objects using a default QuerySettings<(Of <(<'TConfigurationObject, TPropertyEnum>)>)> object.
| |
| StartCachingAsync(QuerySettings<(Of <<'(TConfigurationObject, TPropertyEnum>)>>), AsyncCompletedEventHandler, Object) |
Asynchronously starts caching the specified configuration objects.
|