194195196197198199200201
log.info("Using existing EHCache named [" + cache.getName() + "]"); } } return new EhCache<K, V>(cache); } catch (net.sf.ehcache.CacheException e) { throw new CacheException(e); } }
248249250251252253254255
} cacheManagerImplicitlyCreated = true; } return this.manager; } catch (Exception e) { throw new CacheException(e); } }