Removes an object-id from the cache and from the object table, so the object-id can be reused for another object later.
(defgeneric cache-delete-object (object-id cache)
(:documentation "Removes an object-id from the cache and from
the object table, so the object-id can be reused for another object
later."))
Source Context