static setStringCache( {required String name, String? value, String defaultValue = ''}) { _prefs.setString(name, value ?? defaultValue); }