Hi, i need different caching strategies for differ...
# ktor
t
Hi, i need different caching strategies for different parts of my API. I tried to split the app into two modules and install
CachingHeaders
in both, just with different configuration. This fails with
io.ktor.application.DuplicateApplicationFeatureException: Conflicting application feature is already installed with the same key
Is this possible at all?
r
not yet, but we are working on it https://youtrack.jetbrains.com/issue/KTOR-928
t
Great! Thank you 🙂