Extract ComponentCache from CsarUtils 96/108596/7
authorFrancis Toth <francis.toth@yoppworks.com>
Fri, 29 May 2020 14:12:10 +0000 (10:12 -0400)
committerOfir Sonsino <ofir.sonsino@intl.att.com>
Wed, 17 Jun 2020 08:10:44 +0000 (08:10 +0000)
commit9db21cff33a8eadadb85071a37d2239f4ee6f068
treed2542c4e84bc96d5efb114905f4a1ba03460bfc5
parent63ab11e3a5c635d69056d6f79156ce1d114fa1be
Extract ComponentCache from CsarUtils

This commit aims to decouple the component caching logic from CsarUtils to its own class.

Signed-off-by: Francis Toth <francis.toth@yoppworks.com>
Change-Id: Ia7e9284639ec8cd87ca5107e12f295e2eb599768
Issue-ID: SDC-2812
catalog-be/src/main/java/org/openecomp/sdc/be/tosca/ComponentCache.java [new file with mode: 0644]
catalog-be/src/main/java/org/openecomp/sdc/be/tosca/CsarUtils.java
catalog-be/src/test/java/org/openecomp/sdc/be/tosca/ComponentCacheTest.java [new file with mode: 0644]
catalog-be/src/test/java/org/openecomp/sdc/be/tosca/CsarUtilsTest.java