Hi folks, I'm trying to implement Ktor caching on ...
# multiplatform
k
Hi folks, I'm trying to implement Ktor caching on my client application and, in my usecase, I also want to cache the failure response as well, I found out through the articles that Ktor doesn't support failure response caching by default, so if there is a custom way of caching the failure response then please can you give me any reference.