Variable: file-cache-alist

file-cache-alist is a variable defined in filecache.el.gz.

Value

nil

Documentation

Internal data structure to hold cache of file names.

It is a list of entries of the form (FILENAME DIRNAME1 DIRNAME2 ...) where FILENAME is a file name component and the entry represents N files of names DIRNAME1/FILENAME, DIRNAME2/FILENAME, ...

Source Code

;; Defined in /usr/src/emacs/lisp/filecache.el.gz
(defvar file-cache-alist nil
  "Internal data structure to hold cache of file names.
It is a list of entries of the form (FILENAME DIRNAME1 DIRNAME2 ...)
where FILENAME is a file name component and the entry represents N
files of names DIRNAME1/FILENAME, DIRNAME2/FILENAME, ...")