Networking
HTTP cache revalidation
A server response came with Cache-Control: max-age=60 and ETag: "abc" and was stored in URLCache. With the default cache policy (.useProtocolCachePolicy), if you send the same GET 90 seconds later, what does URLSession do?
Pick one