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