Variable: projectile-projects-cache-time
projectile-projects-cache-time is a variable defined in projectile.el.
Value
#s(hash-table test equal)
Documentation
A hashmap used to record when we populated projectile-projects-cache.
Source Code
;; Defined in ~/.emacs.d/elpa/projectile-20260820.1509/projectile.el
(projectile-define-project-cache projectile-projects-cache-time
"A hashmap used to record when we populated `projectile-projects-cache'.")