464465466467468469470471472473474
context.clearCache(); } xoaiLastCompilationCacheService.put(new Date()); } catch (SQLException e) { throw new CompilingException(e); } catch (IOException e) { throw new CompilingException(e); } System.out.println("Items compiled"); }