Method: (CACHE-ROOM CACHE)

Source

(defmethod cache-room ((cache cache))
  (- (cache-size cache) (cache-count cache)))
Source Context