Searched refs:jsonCache (Results 1 – 1 of 1) sorted by relevance
258 static std::map<char, nlohmann::json> jsonCache; in lookupComponentName() local265 auto jsonIt = jsonCache.find(creatorID); in lookupComponentName()266 if (jsonIt != jsonCache.end()) in lookupComponentName()290 jsonCache.emplace(creatorID, jsonData); in lookupComponentName()