Closed ppanero closed 7 years ago
I noticed it fails with
method occupancy()Int in trait com.twitter.storehaus.cache.Cache is present only in current version
But im not sure how to fix it.
To fix the build, add the method to this list:
https://github.com/twitter/storehaus/blob/develop/build.sbt#L28
This looks fine to me. I think there is no way around breaking binary compatibility if we want this method, and it looks like we have a lot of pending breakages.
If you get this green, I'm happy to merge.
Had some issues in my branches etc. Closed this, squashed and PR again: https://github.com/twitter/storehaus/pull/345
Cheers
Added a function to be able to access the cache occupancy (amount of elements) of it