Method: (CACHE-DELETE-OBJECT T STANDARD-CACHE)

Source

(defmethod cache-delete-object (object-id (cache standard-cache))
  (remhash object-id (objects cache)))
Source Context