Variable: projectile-file-exists-cache

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

Value

#s(hash-table test equal)

Documentation

Cached projectile-file-exists-p results.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
;;; Caching
(defvar projectile-file-exists-cache
  (make-hash-table :test 'equal)
  "Cached `projectile-file-exists-p' results.")