Coil 2.0 still respects cache headers the same as 1.x. I agree with Jake that ideally OkHttp should own caching, however we need direct file access as some of Android's decoders require `File`s or buffering the whole file into memory which isn't safe (looking at you
ImageDecoder
and
MediaMetadataRetriever
👀). Also there were
feature requests to have direct access to the image data on disk.