pub fn generate_crate_cache<'db>( db: &'db dyn Database, crate_id: CrateId<'db>, ) -> Result<Vec<u8>, CrateCacheError>
Cache the lowering of each function in the crate into a blob.