static void clearAICaches() { callOpt(mc(), "aiConceptsMap_clearCache"); clearStatementCaches(); } static void clearAICaches(double seconds) { callOptMC("aiConceptsMap_clearCache", seconds); clearStatementCaches(seconds); }