Generic Function: CACHE-DELETE-OBJECT

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

(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