Re: SharedEditingContext Write Locks?
Re: SharedEditingContext Write Locks?
- Subject: Re: SharedEditingContext Write Locks?
- From: David Teran <email@hidden>
- Date: Tue, 15 Nov 2005 09:51:24 +0100
Am 14.11.2005 um 22:02 schrieb Dov Rosenberg: We do have a NSMutableDictionary that we use as an EO cache (primary key is the key).
If you want to cache EOs its a good idea to cache their EOGlobalID and get EOs with:
gid = eo.ec.globalIdForObject(eo); eo = ec.faultForGlobalId(gid, ec);
gid can be serialized, transferred to other instances and so on.
regards david |
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden