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