it seems like they're simply ignoring HTTP cache h...
# squarelibraries
j
it seems like they're simply ignoring HTTP cache headers entirely and assuming everything can be cached forever. not sure that's a smart idea.
t
I was digging into it yesterday and they do respect http cache headers to at least some extent https://github.com/coil-kt/coil/blob/main/coil-base/src/main/java/coil/fetch/HttpUriFetcher.kt#L54
c
Coil uses a slightly tweaked version of OkHttp's
CacheStrategy