ktor-client-core / 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.