4142434445464748
super(); this.map = new HashMap<String, StringFormat>(); try { this.init(); } catch (Exception e) { throw new InitializationException(e); } }
3435363738394041
super(); try { InputStream inputStream = ClassLoaderUtils.getResourceAsStream(EHCacheManagerImpl.CACHE_FILE); this.manager = net.sf.ehcache.CacheManager.create(inputStream); } catch (Exception e) { throw new InitializationException(e); } }