Variable: projectile-project-vcs-cache

projectile-project-vcs-cache is a variable defined in projectile.el.

Value

#s(hash-table test equal)

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).")