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