[jboss-user] [JBoss Cache: Core Edition] - Traversing and filtering of Tree Structured objects and thre

2008-11-06 Thread chetanparekh
We are catching objects of tree structured class in cache. Following is the signature of class Class : MyClass An object of MyClass can have any number of children of the same type and children can have any number of their children as well. This can continue upto N level. Methods public MyCla

[jboss-user] [JBoss Cache: Core Edition] - Re: Are calls to cache.getX methods asynchronized?

2008-10-21 Thread chetanparekh
Thanks Manik View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4183485#4183485 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4183485 ___ jboss-user mailing list jboss-user@lists.j

[jboss-user] [JBoss Cache: Core Edition] - Are calls to cache.getX methods asynchronized?

2008-10-20 Thread chetanparekh
Implementation details: We have a requirement where we need to cache object using JBoss Cache in Stand-alone mode (without clustering). Cached objects will not be updated in their lifespan – objects will be created when cache is started and destroyed when cache is stopped. Objects are not seri