The second. If you get an object from the cache you have the
serialized copy of the object. So to make your changes "persistent"
and visible by the other requests you have to put it into the cache
again. Also to have a "fresh" object you have to get it again. What
you have is a reference to the serialized copy of the object inside
the cache, not the reference to the object itself.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to