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