If the top vertex has multiple outputs it is not properly cached. The cache would apply from the parent of that vertex instead. This happens because getRefs can atm only return all outputs and unused outputs from the previous run were correctly deleted. For a fix the selection of the single build result output needs to be combined with the individual snapshot cache query inside getRefs().
If the top vertex has multiple outputs it is not properly cached. The cache would apply from the parent of that vertex instead. This happens because
getRefscan atm only return all outputs and unused outputs from the previous run were correctly deleted. For a fix the selection of the single build result output needs to be combined with the individual snapshot cache query insidegetRefs().