[jboss-user] [JBossCache] - Re: Clearing cache contents in JBoss using GUI
suman291857
do-not-reply at jboss.com
Fri Jan 26 15:44:02 EST 2007
Yes...I tried that option as well...Nothing works...In the GUI iam not able to see cache contents but when i call code
| :
|
|
| ClassPathXmlApplicationContext context = ApplicationContextSingleton.getSpringApplicationContext();
| TreeCacheMBean cacheObj = (TreeCacheMBean)context.getBean(CACHE_SPRING_BEAN_NAME);
| (List<Offer>)cacheObj.get(path, key);
|
|
it returns the same old list.is there any chance that cache is inturn cached in one of the interceptors??
Many Thanks
Prashanth
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4007015#4007015
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4007015
More information about the jboss-user
mailing list