Method: (ADD-TO-QUEUE T LAZY-CACHE)

Source

(defmethod add-to-queue (object-id (cache lazy-cache))
  ;; We're not adding anything to the queue, because we're too lazy.
  object-id)
Source Context