Variable: treemacs--imenu-cache

treemacs--imenu-cache is a buffer-local variable defined in treemacs-tag-follow-mode.el.

Documentation

Cache for the current buffer's flattened and sorted imenu index.

Is reset in first-change-hook will only be set again after the buffer has been saved.

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-tag-follow-mode.el
(defvar-local treemacs--imenu-cache nil
  "Cache for the current buffer's flattened and sorted imenu index.
Is reset in `first-change-hook' will only be set again after the buffer has been
saved.")