Variable: projectile-projects-cache
projectile-projects-cache is a variable defined in projectile.el.
Value
#s(hash-table test equal)
Documentation
A hashmap used to cache project file names to speed up related operations.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(projectile-define-project-cache projectile-projects-cache
"A hashmap used to cache project file names to speed up related operations.")