Issue-ID: CLI-439
report: tested weather-report
Signed-off-by: sharath reddy <bs.reddy@huawei.com>
Change-Id: I2fb7e5665fad6c807ec191e535ac6f9b6854fee2
          Map<String, OnapCommandParamEntity> map = new HashMap<>();
 
          try {
-             for (OnapCommandParamEntity paramsExisting : cache.getInstance().loadParamFromCache(profile)) {
+             for (OnapCommandParamEntity paramsExisting : OnapCommandProfileStore.getInstance().loadParamFromCache(profile)) {
                  map.put(paramsExisting.getProduct() + ":" + paramsExisting.getName(), paramsExisting);
              }
          } catch (OnapCommandProfileNotFound e) {