pub(crate) async fn put_to_cache(
cache: Option<&ManifestCache>,
key: String,
data: &[u8],
)Expand description
Puts a manifest file into cache.
pub(crate) async fn put_to_cache(
cache: Option<&ManifestCache>,
key: String,
data: &[u8],
)Puts a manifest file into cache.