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.
(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