Variable: projectile-auto-update-cache
projectile-auto-update-cache is a customizable variable defined in
projectile.el.
Value
t
Documentation
Whether cache is automatically updated when files are opened or deleted.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-auto-update-cache t
"Whether cache is automatically updated when files are opened or deleted."
:group 'projectile
:type 'boolean)