Is there any tool that allows me to control the use of the Hibernate level 2 cache? I know that I can use the Hibernate API to get such information. But what if I have an application that does not read the information itself, and I cannot change it? Is there a way to read cache statistics from outside the application?
source
share