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
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
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