Join Slack
Powered by
hi, i've a ktor client in my Android project. I wo...
# ktor
m
Maxime Vince
10/23/2024, 11:01 AM
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
Aleksei Tirman [JB]
10/25/2024, 11:13 AM
You can use the
HttpCache
plugin, which implements HTTP caching according to
the specification
.
2
Views
Open in Slack
Previous
Next