Generic Function: CACHE-SIZE

Documentation

Returns the number of non-dirty objects that the cache may keep in memory.

Source

(defgeneric cache-size (cache)
  (:documentation "Returns the number of non-dirty objects that the
cache may keep in memory."))
Source Context