Function: cider-clear-running-nrepl-paths-cache
cider-clear-running-nrepl-paths-cache is an interactive and
byte-compiled function defined in cider-endpoint.el.
Signature
(cider-clear-running-nrepl-paths-cache)
Documentation
Discard the cached running-nREPL path scan.
Use this if you suspect the cache is stale (e.g. you just started or
killed an nREPL server) and don't want to wait out
cider-running-nrepl-paths-cache-ttl.
Key Bindings
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/cider-endpoint.el
(defun cider-clear-running-nrepl-paths-cache ()
"Discard the cached running-nREPL path scan.
Use this if you suspect the cache is stale (e.g. you just started or
killed an nREPL server) and don't want to wait out
`cider-running-nrepl-paths-cache-ttl'."
(interactive)
(setq cider--running-nrepl-paths-cache nil))