Generic Function: CLOSE-CACHE

Documentation

Closes the cache. If COMMIT is true (which is the default), the objects in the cache will be written to disk before closing the cache.

Source

(defgeneric close-cache (cache &key commit)
  (:documentation "Closes the cache.  If COMMIT is true (which is the
default), the objects in the cache will be written to disk before
closing the cache."))
Source Context