Adds a new object to the cache and returns an object id that can be used to retrieve the object from the cache. Don't use this function twice for the same object.
(defgeneric cache-create-object (object cache)
(:documentation "Adds a new object to the cache and returns an
object id that can be used to retrieve the object from the cache.
Don't use this function twice for the same object."))
Source Context