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.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defvar projectile-project-type-cache (make-hash-table :test 'equal)
"A hashmap used to cache project type to speed up related operations.")