| 69 | int cache_type() const noexcept { return cache_type_; } |
| 70 | double cache_thld() const noexcept { return cache_thld_; } |
| 71 | int max_node_per_rpc() const noexcept { return max_node_per_rpc_; } |
| 72 | |
| 73 | // output |
| 74 | const std::string& success_out() const noexcept { return success_out_; } |