Providers
Last updated
Last updated
List of implemented settings providers:
When you setup settings provider you can configure provider options represents by SettingsProviderOptions
.
SettingsProviderOptions
properties:
Cache
bool
Determines whether settings should be cached, true
by default.
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.