export const getNewCache = () => ({ localFiles: new Set(), moduleNames: new Set(), modulePaths: new Set(), });