Hey :wave: Is there any reason why the constructor...
# ktor
j
Hey 👋 Is there any reason why the constructor of the
HttpCacheEntry
is internal? This makes it impossible to extend the
HttpCacheStorage
to be able to implement a custom caching solution, in which the entries could be persisted in a database (Android/iOS)
r
If constructor would be public, you would face other issues anyway =( To support it, the plugin needs to be redesigned or another one can be implemented. Here is the ticket that you can track https://youtrack.jetbrains.com/issue/KTOR-2579