On that same line of thinking, let's say that a re...
# squarelibraries
c
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.
y
Caching will hit the network and decide that it doesn't need to resend the response body way more than it will cut out the network completely
Event listeners now show caching so start with understanding that