Hello! Is there a way to invalidate Ktor Cache fro...
# ktor
r
Hello! Is there a way to invalidate Ktor Cache from Cache plugin? Sometimes I receive corrupted file and I have no idea how to remove it from cache. I am using FileStorage, but simple file removal doesn't work, because Ktor also keeps data in memory and it restores those files
a
Unfortunately, the cache invalidation doesn't implement yet. I suggest following this feature request.