o: Chuck Hill
> Cc: webobjects-dev@lists.apple.com
> Subject: Re: invalidate relationship cache
>
> Hi André and Chuck,
>
> I asked my wife about invalidating the relationship cache.
>
> She looked at me and said:
>
> “Love is grand, divorce is 100 grand”
>
&
Hi André and Chuck,
I asked my wife about invalidating the relationship cache.
She looked at me and said:
“Love is grand, divorce is 100 grand”
I would:
1) create a fetch specification
2) set “refreshesRefetchedObjects()” to true.
3) set up a prefetch path that traverses to the second object
Hi André,
Invalidating the GlobalIds won’t work. That will just refresh the objects that
you have a list of already. From your description, I think that you want to
refresh what is in list (get an updated list with inserted and deleted rows
that match the databse). This should work
ERXEOCont