Variable: cider-repl-ns-cache

cider-repl-ns-cache is a buffer-local variable defined in cider-repl.el.

Documentation

A dict holding information about all currently loaded namespaces.

This cache is stored in the connection buffer.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-repl.el
;;; REPL init

(defvar-local cider-repl-ns-cache nil
  "A dict holding information about all currently loaded namespaces.
This cache is stored in the connection buffer.")