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