You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Caffeine cache builder requires that the key and value types of the cache extend Object. In Scala this is analogous to AnyRef. To make scalacache compatible, I've added a type constraint on the key (K <: AnyRef). The strange thing is that this only seems to be necessary on Scala 2.12 and not on 2.13 or 3.