Generic Function: CACHE-COUNT

Documentation

Returns the number of objects (both dirty and non-dirty) in the cache.

Source

(defgeneric cache-count (cache)
  (:documentation "Returns the number of objects (both dirty and
non-dirty) in the cache."))
Source Context