(defmethod cache-full-p ((cache cache)) ;; Don't count dirty objects. (>= (hash-table-count (objects cache)) (cache-size cache)))