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