Not in a portable way I think so options are likely: - use JMX locally and expose it through another API (JAX-RS or other) - use some vendor API (like cache.getStatistics() for JCS)
Romain Manni-Bucau @rmannibucau <https://twitter.com/rmannibucau> | Blog <https://blog-rmannibucau.rhcloud.com> | Old Wordpress Blog <http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> | LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber <http://www.tomitribe.com> | JavaEE Factory <https://javaeefactory-rmannibucau.rhcloud.com> 2016-08-05 16:59 GMT+02:00 sgjava <[email protected]>: > Is there a simple way to access a JCache cache statistics without a JMX > client? I really only care about the current size. > > > > -- > View this message in context: http://tomee-openejb.979440. > n4.nabble.com/JCache-stats-without-JMX-tp4679621.html > Sent from the TomEE Users mailing list archive at Nabble.com. >
