throws Exception {
writer.writeStartElement("details");
List<String> cacheKeys = cacheModule.getKeyList();
// sort cacheKeys
if (cacheModule.getCacheModuleName().equals(SC_CACHE_MODULE_TYPE.DATA_CACHE_MODULE.name())) {
Collections.sort(cacheKeys, new CacheIdComparator());
} else {
Collections.sort(cacheKeys);
}
int simulation = this.getParameterInt(request, "sim", 0);
if (simulation > 0) {