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