pub fn save_module_cache( compiled: &CompiledModule, store: &Store, project_root: &Path, ufcs_methods: &FxHashSet<(String, String)>, ) -> Result<()>