Function: woman-read-directory-cache

woman-read-directory-cache is a byte-compiled function defined in woman.el.gz.

Signature

(woman-read-directory-cache)

Documentation

Load the directory and topic cache.

It is loaded from the file named by the variable woman-cache-filename. Return t if the file exists, nil otherwise.

Source Code

;; Defined in /usr/src/emacs/lisp/woman.el.gz
(defun woman-read-directory-cache ()
  "Load the directory and topic cache.
It is loaded from the file named by the variable `woman-cache-filename'.
Return t if the file exists, nil otherwise."
  (and
   woman-cache-filename
   (load woman-cache-filename t nil t)	; file exists
   (equal woman-cached-data (woman-cached-data)))) ; cache valid