Variable: projectile-project-root-cache
projectile-project-root-cache is a variable defined in projectile.el.
Value
#s(hash-table test equal)
Documentation
Cached value of function projectile-project-root(var)/projectile-project-root(fun).
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defvar projectile-project-root-cache (make-hash-table :test 'equal)
"Cached value of function `projectile-project-root'.")