Skip to content

ISettingsStorage.InitializeAsync() method

Defined in

Type: ISettingsStorage Namespace: ReactiveMarbles.CacheDatabase.Settings.Core Assembly: ReactiveMarbles.CacheDatabase.EncryptedSettings.dll

Applies to

netstandard2.0, netstandard2.0

Task InitializeAsync()

Summary: Loads every setting in this storage into the internal cache, or, if the value doesn't exist in the storage, initializes it with its default value. You dont HAVE to call this method, but it's handy for applications with a high number of settings where you want to load all settings on startup at once into the internal cache and not one-by-one at each request.

Returns: Task -- A Task.