192193194195196197198199
} catch (Exception e) { failures.put(cacheManager, e); } } if (!failures.isEmpty()) { throw new CachingShutdownException(failures); } }
118119120121122123124125126
cacheManagers.clear(); if (log.isTraceEnabled()) log.tracef("All cache managers have been removed"); if (!failures.isEmpty()) { throw new CachingShutdownException(failures); } } }
171172173174175176177178