How to calculate the memory occupied by caffeine cache

Viewed 834

We have a requirement to calculate the total memory occupied for the cached objects in spring boot application. We are using caffeine cache implementation.

Any pointer we can get the details about memory uses ?

0 Answers
Related