Johan Walters
Johan Walters
I still had problems with version conflicts when trying to use addDependencyTreePlugin in plugins.sbt (and sbt.version=1.8.0-RC1), but removing metals.sbt and .bloop/ folders did help (which weren't touched upon for a...
I now realize that this would have been possible with CachePolicy and Evict strategies, which seem to have been removed entirely. I would agree with remark https://github.com/zio/zio-cache/issues/11#issuecomment-758434349. Is there any...
It would be especially nice to iterate the items in the exact order as they appear in 'KeySet', so it is possible to remove/invalidate items exactly like when size >...