Variable: projectile-project-enable-cmd-caching
projectile-project-enable-cmd-caching is a variable defined in
projectile.el.
Value
t
Documentation
Enables command caching for the project. Set to nil to disable.
Should be set via .dir-locals.el.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defvar projectile-project-enable-cmd-caching t
"Enables command caching for the project. Set to nil to disable.
Should be set via .dir-locals.el.")