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