
Update parental/descendant cache for a resource
updateParentalDescendant.RdReplace cached parental/descendant information for a resource identified by ident
with newly fetched data.
Details
This function loads the resource corresponding to ident (via loadResource)
and then removes any stored parental/descendant data for that resource from the
internal cache. Use this when relationship information for a resource has changed
and the cached copy should be invalidated so subsequent operations will recompute
or reload up-to-date relationship data.
The function is invoked for its side effect.