ktor-client-core / io.ktor.client.features.cache.storage / HttpCacheStorage / find

find

abstract fun find(url: Url, varyKeys: Map<String, String>): HttpCacheEntry?

Find valid entry in cache storage with additional varyKeys.