pub(crate) async fn get_from_cache( cache: Option<&ManifestCache>, key: &str, ) -> Option<Vec<u8>>
Gets a manifest file from cache. Returns the file data if found in cache, None otherwise.