Cache cache = null;
// check if we need to download files from remote location
if (!config.isLocalFile())
{
cache = new Cache();
cache.load(config);
}
// add configuration file name to list
confList += config.getCachedPath();
if (i < (_confFilesList.size() - 1))
confList += ",";