static void mechLists_clearCache() { for (S field : mcFields()) if (startsWithEndsWith(field, "mech", "_cache")) pcallOpt(getOptMC(field), 'clear); if (mechList_goToCreator()) callCreatorOpt('mechLists_clearCache); }