Skip to contents

Replace cached parental/descendant information for a resource identified by ident with newly fetched data.

Usage

updateParentalDescendant(ident)

Arguments

ident

id

Value

Invisibly returns NULL.

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.

Examples

if (FALSE) { # \dontrun{
updateParentalDescendant(my_ident)
} # }