we are currently facing a problem where we have 2 instances of a cache inside one JVM instance.
One is growing over time, one remains stable.
Is it possible to extract all the entries or keys from both caches using Yourkit?
This would give us a hint where the entries of the larger one are coming from. Of course only happens on production after some weeks runtime.
In the UI I can get only 500 entries displayed and exported but the expected amount is 60 million entries for the large cache.


Thanks
Stephan