155156157158159160161162163164165
// 检查当前parameterMap是否已经在其它dao中声明并解析过了 if (cacheModelIds.contains(id)) return; cacheModelIds.add(id); String[] flushOnExecute = annotation.flushOnExecute(); cacheModelSb.append(" <cacheModel id=\"" + id + "\" type=\"" + annotation.type() + "\">");