Variable: projectile-project-vcs-cache
projectile-project-vcs-cache is a variable defined in projectile.el.
Value
#s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data
())
Documentation
Cache of projectile-project-vcs results keyed by directory.
Cleared by projectile-invalidate-cache and
projectile-discard-root-cache. Entries are VCS symbols (or none
for projects with no detected VCS).
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(projectile-define-project-cache projectile-project-vcs-cache
"Cache of `projectile-project-vcs' results keyed by directory.
Cleared by `projectile-invalidate-cache' and
`projectile-discard-root-cache'. Entries are VCS symbols (or `none'
for projects with no detected VCS).")