Remove the cache value. 从缓存删除数据.
@MPI(name: "mesh.cache.remove") Future<void> remove(String key, {Context? ctx}) { throw UnimplementedError('remove() has not been implemented.'); }