Generic Function: CACHE-COMMIT

Documentation

Makes sure that all changes to the cache are written to disk.

Source

(defgeneric cache-commit (cache)
  (:documentation "Makes sure that all changes to the cache are
written to disk."))
Source Context