Hi All, I'm looking to use JCS and have a couple of newbie question about object references. I have objects (A) that references other objects (B). If I put A into the cache, do I still manually have to put B into the cache as well or does JCS automatically store B? Conversely, if I get A from the cache, do I need to manually get B from the cache and reconstruct A with the reference to B?
Thanks Duke