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