Variable: projectile--dirconfig-cache
projectile--dirconfig-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 for parsed dirconfig files, keyed by project root.
Each value is a cons of (MTIME . PARSED-RESULT).
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defvar projectile--dirconfig-cache (make-hash-table :test 'equal)
"Cache for parsed dirconfig files, keyed by project root.
Each value is a cons of (MTIME . PARSED-RESULT).")