On that same line of thinking, let's say that a request is made and my okhttp client has caching enabled. This initial request got a response with a max age header set to 1 year. Would a subsequent request to that same call show up in charles but the response of the second request would not? Or would we not even see the second request attempt to go over the network and so... absolutely nothing in charles for the subsequent request.