[jboss-user] [JBossCache] - Re: POJOCache detach()? Sort Of?

2007-08-12 Thread [EMAIL PROTECTED]
detach as it stands is to "remove" the pojo from the cache unless you want to use it in other way? View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4073431#4073431 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4073431 ___

[jboss-user] [JBossCache] - Re: POJOCache detach()? Sort Of?

2007-08-14 Thread BruceSpringfield
Yes, I wanted to detach() a local Object so it was no longer connected to the cache, and yet I wanted the Object to still remain in the cache. I wanted to have a local Object that was no longer connected to the cache and and would not affect the object that was stored in the cache. A copy of