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