Generic Function: CACHE-RECOVER

Documentation

Undoes partially committed transactions to ensure that the cache is in a consistent state.

Source

(defgeneric cache-recover (cache)
  (:documentation "Undoes partially committed transactions to ensure
that the cache is in a consistent state."))
Source Context