[jboss-user] [JBoss Cache: Core Edition] - Re: How to get cache size programmatically

2009-07-15 Thread somboss
It appears that CacheJmxWrapper and CacheJmxWrapperMBean are deprecated in jbosscache-core-3.1.0.GA View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4243728#4243728 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4243728

[jboss-user] [JBoss Cache: Core Edition] - Re: How to get cache size programmatically

2009-07-14 Thread somboss
Thanks for the reply. My application is deployed in tomcat6. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4243631#4243631 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4243631

[jboss-user] [JBoss Cache: Core Edition] - How to get cache size programmatically

2009-07-06 Thread somboss
Hi, I am using jboss cache core 3.1.0 and want to display cache size (the number of nodes in it). But looking at APIs, Cache doesn't support method to get this information, however this is available in CacheSPI. But I can not use this interface directly in my code as per documentation