Searched defs:cache_host (Results 1 – 2 of 2) sorted by relevance
97 std::string cache_host() const { return cache_host_; } in cache_host() function
159 void ConfigManager::set_cache_host(std::string cache_host) { cache_host_ = std::move(cache_host); } in set_cache_host()