I use Infinispan Cache in my Java project.
How I can read content of Infinispan Cache?
I searched the external libraries, but unsuccessfully.
I want to open something on the browser and look at the contents, objects, current usage in RAM (it would not be bad), expired / not expired, what time expired for each and how many of them in the system.
This can be done for example via jvisualvm, but this is not convenient, and there is a connection problem. And there is no web-interface for jvisualvm.
There are exists something for solve this question?