Variable: projectile-cache-file

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

Value

".projectile-cache.eld"

Documentation

The name of Projectile's cache.

It's relative to the project root.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defcustom projectile-cache-file  ".projectile-cache.eld"
  "The name of Projectile's cache.
It's relative to the project root."
  :group 'projectile
  :type 'string)