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