hi, i've a ktor client in my Android project. I wo...
# ktor
m
hi, i've a ktor client in my Android project. I would like to add a caching system with a duration and the possibility to force a refresh on it. Is there a module to do that ?
a
You can use the HttpCache plugin, which implements HTTP caching according to the specification.