SettingsStorage(string, IBlobCache) constructor¶
Defined in
Type: SettingsStorage
Namespace: ReactiveMarbles.CacheDatabase.Settings.Core
Assembly: ReactiveMarbles.CacheDatabase.EncryptedSettings.dll
Applies to
netstandard2.0, netstandard2.0
protected SettingsStorage(string keyPrefix, IBlobCache cache)
Summary: Initializes a new instance of the SettingsStorage class.
Parameters
| Name | Type | Description |
|---|---|---|
keyPrefix | string | This value will be used as prefix for all settings keys. It should be reasonably unique, so that it doesn't collide with other keys in the same [IBlobCache](# |
cache | [IBlobCache](# | An [IBlobCache](# implementation where you want your settings to be stored. |