Variable: projectile--dirconfig-cache

projectile--dirconfig-cache is a variable defined in projectile.el.

Value

#s(hash-table test equal)

Documentation

Cache for parsed dirconfig files, keyed by project root.

Each value is a list of (DIRCONFIG-PATH MTIME PARSED-RESULT); a cache hit requires both DIRCONFIG-PATH and MTIME to match the current file, so changing projectile-dirconfig-file(var)/projectile-dirconfig-file(fun) mid-session naturally invalidates the entry.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(projectile-define-project-cache projectile--dirconfig-cache
  "Cache for parsed dirconfig files, keyed by project root.
Each value is a list of (DIRCONFIG-PATH MTIME PARSED-RESULT); a
cache hit requires both DIRCONFIG-PATH and MTIME to match the
current file, so changing `projectile-dirconfig-file' mid-session
naturally invalidates the entry.")