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