Generic Function: CACHE-ROLLBACK

Documentation

Undoes all cache changes that were made since the last cache-commit.

Source

(defgeneric cache-rollback (cache)
  (:documentation "Undoes all cache changes that were made since the
last cache-commit."))
Source Context