pub async fn init_entries_from_uri_list(
uri_list: impl ExactSizeIterator<Item = PlRefPath> + Send + 'static,
cloud_options: Option<&CloudOptions>,
) -> PolarsResult<Vec<Arc<FileCacheEntry>>>Available on crate feature
file_cache only.