Variable: projectile-project-type-cache
projectile-project-type-cache is a variable defined in projectile.el.
Value
#s(hash-table test equal)
Documentation
A hashmap used to cache project type to speed up related operations.
Keyed by project root, and also by subproject root for the types
projectile-subproject-type detects - hence :prefix-keyed, so
invalidating a repository drops its members' entries along with its own.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(projectile-define-project-cache projectile-project-type-cache
"A hashmap used to cache project type to speed up related operations.
Keyed by project root, and also by subproject root for the types
`projectile-subproject-type' detects - hence `:prefix-keyed', so
invalidating a repository drops its members' entries along with its own."
:prefix-keyed t)