write_and_put_cache

Function write_and_put_cache 

Source
pub(crate) async fn write_and_put_cache(
    object_store: &ObjectStore,
    cache: Option<&ManifestCache>,
    path: &str,
    data: Vec<u8>,
) -> Result<()>
Expand description

Writes data to object store and puts it into cache.