//okhttp/okhttp3/EventListener/cacheMiss
cacheMiss¶
[jvm]\ open fun cacheMiss(call: Call)
Invoked when a response will be served from the network. The Response will be available from normal event sequences.
This event will only be received when a Cache is configured for the client.