Providers
Last updated
Last updated
List of implemented settings providers:
Provider name | NuGet package |
---|---|
When you setup settings provider you can configure provider options represents by SettingsProviderOptions
.
SettingsProviderOptions
properties:
Property name | Property type | Description |
---|---|---|
Example configure services:
If Cache
options was setting up to true
then settings provider return cached settings while IsSettingsModified()
returns false
, otherwise every settings request invoke LoadSettings()
method.
Cache
bool
Determines whether settings should be cached, true
by default.