Searched refs:putTempCache_ (Results 1 – 2 of 2) sorted by relevance
92 putTempCache_.clear(); in UnInit()585 putTempCache_[key] = value; in AddToPutTempCache()595 if (!putTempCache_.empty()) { in SavePutTempCache()596 for (const auto& [key, value] : putTempCache_) { in SavePutTempCache()606 putTempCache_.clear(); in SavePutTempCache()627 putTempCache_.clear(); in SavePutTempCache()
102 std::map<std::string, std::string> putTempCache_; variable