Reads a value from persistent storage, throwing an exception if it's not a String.
String? getString(String key) => _preferenceCache[key] as String?;