Get the value from cache.
@MPI(name: "mesh.cache.get") Future<CacheBody?> get(String key, {Context? ctx}) { throw UnimplementedError('get() has not been implemented.'); }