cacheModelIds.add(id);
String[] flushOnExecute = annotation.flushOnExecute();
cacheModelSb.append(" <cacheModel id=\"" + id
+ "\" type=\"" + annotation.type()
+ "\">");
cacheModelSb.append("\n <flushInterval hours=\""
+ annotation.flushInterval() + "\"/>");
for (String statement : flushOnExecute) {