Variable: projectile-file-exists-cache-timer

projectile-file-exists-cache-timer is a variable defined in projectile.el.

Value

nil

Documentation

Timer for scheduling projectile-file-exists-cache-cleanup.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defvar projectile-file-exists-cache-timer nil
  "Timer for scheduling `projectile-file-exists-cache-cleanup'.")