Function: vtable--cache
vtable--cache is a byte-compiled function defined in vtable.el.gz.
Signature
(vtable--cache TABLE)
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/vtable.el.gz
(defun vtable--cache (table)
(gethash (vtable--cache-key) (slot-value table '-cache)))