scaffeine icon indicating copy to clipboard operation
scaffeine copied to clipboard

Thin Scala wrapper for Caffeine (https://github.com/ben-manes/caffeine)

Results 20 scaffeine issues
Sort by recently updated
recently updated
newest added

Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from 3.5.2 to 3.5.9. [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.5.9) - [Version Diff](https://github.com/scalameta/scalafmt/compare/v3.5.2...v3.5.9) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates [org.scoverage:sbt-scoverage](https://github.com/scoverage/sbt-scoverage) from 1.9.3 to 2.0.2. [GitHub Release Notes](https://github.com/scoverage/sbt-scoverage/releases/tag/v2.0.2) - [Version Diff](https://github.com/scoverage/sbt-scoverage/compare/v1.9.3...v2.0.2) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates [org.scalatest:scalatest](https://github.com/scalatest/scalatest) from 3.2.12 to 3.2.13. [GitHub Release Notes](https://github.com/scalatest/scalatest/releases/tag/release-3.2.13) - [Version Diff](https://github.com/scalatest/scalatest/compare/release-3.2.12...release-3.2.13) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates [org.scalactic:scalactic](https://github.com/scalatest/scalatest) from 3.2.12 to 3.2.13. [GitHub Release Notes](https://github.com/scalatest/scalatest/releases/tag/release-3.2.13) - [Version Diff](https://github.com/scalatest/scalatest/compare/release-3.2.12...release-3.2.13) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

I have a simple (no Loading or AsyncLoading) Cache instance. Is cache.get(key, buildFunction) a thread safe operation? I'm concerned about the case when buildFunction has to be run. In my...

Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from 1.6.2 to 1.7.1. [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.7.1) - [Version Diff](https://github.com/sbt/sbt/compare/v1.6.2...v1.7.1) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates [org.scala-lang:scala3-library](https://github.com/lampepfl/dotty) from 3.1.2 to 3.1.3. [GitHub Release Notes](https://github.com/lampepfl/dotty/releases/tag/3.1.3) - [Version Diff](https://github.com/lampepfl/dotty/compare/3.1.2...3.1.3) - [Version Diff](https://github.com/lampepfl/dotty/compare/release-3.1.2...release-3.1.3) I'll automatically update this PR to resolve conflicts as long as you don't change it...

Updates [org.scala-lang:scala-library](https://github.com/scala/scala) from 2.12.15 to 2.12.16. [GitHub Release Notes](https://github.com/scala/scala/releases/tag/v2.12.16) - [Version Diff](https://github.com/scala/scala/compare/v2.12.15...v2.12.16) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates [com.timushev.sbt:sbt-updates](https://github.com/rtimush/sbt-updates) from 0.6.2 to 0.6.3. [GitHub Release Notes](https://github.com/rtimush/sbt-updates/releases/tag/0.6.3) - [Version Diff](https://github.com/rtimush/sbt-updates/compare/0.6.2...0.6.3) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

The CacheLoader and AsyncCacheLoader fail on Java 8 projects. I see in the fork network, someone else ran into the same issue and this is the commit they added: https://github.com/BinaryMan32/scaffeine/commit/badd0c30df81119b6c6d0f88476f78ff4c9eb740...