If the object version list contains a version with the given transaction-id, unhook that version from the list. Returns T if the object was already comitted, otherwise nil.
(defgeneric undo-object-commit (cache transaction-id object-id)
(:documentation "If the object version list contains a version with
the given transaction-id, unhook that version from the list. Returns
T if the object was already comitted, otherwise nil."))
Source Context