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