Variable: dir-locals-directory-cache
dir-locals-directory-cache is a variable defined in files.el.gz.
Value
(("/root/.emacs.d/elpa/forge-20260408.1922/" /root/.emacs.d/elpa/forge-20260408.1922/
(27103 56058 0 0))
("/root/.emacs.d/elpa/ghub-20260401.1239/" /root/.emacs.d/elpa/ghub-20260401.1239/
(27103 56055 0 0))
("/workspace/src/" /workspace/src/
(26229 31417 0 0))
("/root/.emacs.d/elpa/magit-20260411.1452/" /root/.emacs.d/elpa/magit-20260411.1452/
(27103 56021 0 0))
("/root/.emacs.d/elpa/hyperbole-20260414.325/" /root/.emacs.d/elpa/hyperbole-20260414.325/
(27103 56013 0 0)))
Documentation
List of cached directory roots for directory-local variable classes.
Each element in this list has the form (DIR CLASS MTIME).
DIR is the name of the directory.
CLASS is the name of a variable class (a symbol).
MTIME is the recorded modification time of the directory-local
variables file associated with this entry. This time is a Lisp
timestamp (the same format as current-time), and is
used to test whether the cache entry is still valid.
Alternatively, MTIME can be nil, which means the entry is always
considered valid.
Source Code
;; Defined in /usr/src/emacs/lisp/files.el.gz
(defvar dir-locals-directory-cache '()
"List of cached directory roots for directory-local variable classes.
Each element in this list has the form (DIR CLASS MTIME).
DIR is the name of the directory.
CLASS is the name of a variable class (a symbol).
MTIME is the recorded modification time of the directory-local
variables file associated with this entry. This time is a Lisp
timestamp (the same format as `current-time'), and is
used to test whether the cache entry is still valid.
Alternatively, MTIME can be nil, which means the entry is always
considered valid.")