Method: (CLOSE-TRANSACTION STANDARD-CACHE T)

Source

(defmethod close-transaction ((cache standard-cache) transaction)
  (remhash (transaction-id transaction) (transactions cache)))
Source Context