On Feb 10, 2010, at 4:44 PM, Jerry Krinock wrote: > I've always wondered if I insert a managed object, then later fetch it > repeatedly from the same managed object context, do I get the same object > every time?
Yes, basically. There is only going to be one in-memory object at a time that represents the same managed object. —Jens _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
