Method: (MAKE-ROOM-IN-CACHE LAZY-CACHE)
Source
(defmethod make-room-in-cache ((cache lazy-cache)) (clrhash (objects cache)))
Source Context