pub(crate) async fn write_and_put_cache( object_store: &ObjectStore, cache: Option<&ManifestCache>, path: &str, data: Vec<u8>, ) -> Result<()>
Writes data to object store and puts it into cache.