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