Function: projectile--cache-project-commands-p

projectile--cache-project-commands-p is a byte-compiled function defined in projectile.el.

Signature

(projectile--cache-project-commands-p)

Documentation

Whether to cache project commands.

The variable projectile-project-enable-cmd-caching is typically set via .dir-locals.el, which applies it buffer-locally in file buffers.

Source Code

;; Defined in ~/.emacs.d/elpa/projectile-20260310.858/projectile.el
(defun projectile--cache-project-commands-p ()
  "Whether to cache project commands.
The variable `projectile-project-enable-cmd-caching' is typically
set via .dir-locals.el, which applies it buffer-locally in file
buffers."
  projectile-project-enable-cmd-caching)