Ktor 1.5.0
io.ktor.client.features.cache.storage
/
HttpCacheStorage
/
store
store
abstract
fun
store
(
url
:
Url
,
value
:
HttpCacheEntry
)
:
Unit
Store
value
in cache storage for
url
key.