Generic Function: CACHE-GET-OBJECT

Documentation

Retrieves the object with the given id from the cache and returns that object.

Source

(defgeneric cache-get-object (object-id cache)
  (:documentation "Retrieves the object with the given id from the
cache and returns that object."))
Source Context