Table of Contents

Class CachedSettings

Namespace
SunamoPlatformUwpInterop.AppData
Assembly
SunamoPlatformUwpInterop.dll

Provides caching for common settings values to avoid repeated file reads.

public static class CachedSettings
Inheritance
CachedSettings
Inherited Members

Methods

Get(CachedSettingsKeys)

Gets the cached value for the specified settings key, reading from file if not yet cached.

public static Task<string> Get(CachedSettingsKeys cachedSettingsKey)

Parameters

cachedSettingsKey CachedSettingsKeys

The settings key to retrieve.

Returns

Task<string>

The cached settings value.