In doing a module upgrade, I had set the minimum PHP version too high, so when the hook_update functions ran, I got the following error.
Drush command terminated abnormally due to an unrecoverable error. [error]
Finished performing updates. [ok]
Common requires at least PHP 7.4.32. (Currently using PHP 7.4.3) [warning]
Running the drush cc all command failed, due to numerous missing class files that were confirmed as existing.
Following some advice to rebuild the registry also failed.