647648649650651652653654655656657
try { Cache n = getCache(group); m.put("memory", n.size()); m.put("CacheStats", n.stats()); isDefault = (!DEFAULT_CACHE.equals(group) && n.equals(dCache)); } catch (Exception e) { }