file-cache-add-directory-list

file-cache-add-directory-list is an interactive autoloaded compiled Lisp function in `filecache.el'.


(file-cache-add-directory-list DIRECTORIES &optional REGEXP)

Add DIRECTORIES (a list of directory names) to the file cache.
If called interactively, read the directory names one by one.
If the optional REGEXP argument is non-nil, only files which match it
will be added to the cache. Note that the REGEXP is applied to the
files in each directory, not to the directory list itself.