Function: ad-set-cache

ad-set-cache is a byte-compiled function defined in advice.el.gz.

Signature

(ad-set-cache FUNCTION DEFINITION ID)

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/advice.el.gz
(defsubst ad-set-cache (function definition id)
  (ad-set-advice-info-field
    function 'cache (cons definition id)))