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
cachedSettingsKeyCachedSettingsKeysThe settings key to retrieve.