Searched refs:cache_host (Results 1 – 3 of 3) sorted by relevance
97 std::string cache_host() const { return cache_host_; } in cache_host() function134 void set_cache_host(std::string cache_host);
159 void ConfigManager::set_cache_host(std::string cache_host) { cache_host_ = std::move(cache_host); } in set_cache_host() argument
29 hostname_ = cfg->cache_host(); in Builder()