This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Invalidate cache using jmx-consolemanik Jul 10, 2008 6:40 AM (in response to mgamer)That has nothing to do with JBoss Cache. 
 You need to know which cache you want - in AS 4.2.x, you have 3 caches:
 service=EJB3EntityTreeCache
 service=EJB3SFSBClusteredCache
 service=TomcatClusteringCache
 You can invoke stuff directly on the caches there.
- 
        2. Re: Invalidate cache using jmx-consoleroshantitus Dec 14, 2010 8:28 AM (in response to manik)Hi Manik, These services doesn't seem to be listed under the JMX console of JBOSS AS 5.0.1 service=EJB3EntityTreeCache 
 service=EJB3SFSBClusteredCache
 service=TomcatClusteringCacheDo you know how to invoke these services using JMX console? 
 
     
    