Searched refs:allow_cached_response_ (Results 1 – 2 of 2) sorted by relevance
64 bool allow_cached_response() const { return allow_cached_response_; } in allow_cached_response()65 void set_allow_cached_response(bool b) { allow_cached_response_ = b; } in set_allow_cached_response()90 bool allow_cached_response_; variable
17 allow_cached_response_(true), in RequestInfo()