static void setString(String key, String value) { _prefs?.setString(key, value); _memoryPrefs[key] = value; }