Variable: cider--running-nrepl-paths-cache

cider--running-nrepl-paths-cache is a variable defined in cider-endpoint.el.

Value

nil

Documentation

Cache for cider--running-nrepl-paths.

An alist of (KEY . (TIMESTAMP . PATHS)). KEY is default-directory at the time of the scan; TIMESTAMP is float-time; PATHS is the result.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-endpoint.el
(defvar cider--running-nrepl-paths-cache nil
  "Cache for `cider--running-nrepl-paths'.
An alist of (KEY . (TIMESTAMP . PATHS)).  KEY is `default-directory' at
the time of the scan; TIMESTAMP is `float-time'; PATHS is the result.")