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.

This variable was added, or its default value changed, in projectile version 2.9.0.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/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
  :package-version '(projectile . "2.9.0"))