static Future<void> setString(String key, String? value) async { await _cacheApi.setString(key, value); }