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