Variable: eglot--workspace-symbols-cache
eglot--workspace-symbols-cache is a variable defined in eglot.el.gz.
Value
#s(hash-table test equal)
Documentation
Cache of workspace/Symbol results used by xref-find-definitions.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/eglot.el.gz
(defvar eglot--workspace-symbols-cache (make-hash-table :test #'equal)
"Cache of `workspace/Symbol' results used by `xref-find-definitions'.")