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
I am using caffeine in a context where I am using a Weigher to bound the cache instance memory consumption.
In that context, I find that the weighted size (which can be found on the EvictionPolicy object in caffeine) is an interesting statistic to track.
I would be happy to author a PR to add that stat to caffeine instrumentation. (guava cache does not seem to expose an API that would make that statistic available)
The text was updated successfully, but these errors were encountered:
Hello,
I am using caffeine in a context where I am using a
Weigher
to bound the cache instance memory consumption.In that context, I find that the weighted size (which can be found on the
EvictionPolicy
object in caffeine) is an interesting statistic to track.I would be happy to author a PR to add that stat to
caffeine
instrumentation. (guava cache does not seem to expose an API that would make that statistic available)The text was updated successfully, but these errors were encountered: