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