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.
This variable was added, or its default value changed, in projectile version 2.0.0.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(defcustom projectile-auto-update-cache t
"Whether cache is automatically updated when files are opened or deleted."
:group 'projectile
:type 'boolean
:package-version '(projectile . "2.0.0"))