Function: org-reset-file-cache

org-reset-file-cache is a byte-compiled function defined in org.el.gz.

Signature

(org-reset-file-cache)

Documentation

Reset the cache of files downloaded by org-file-contents.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defun org-reset-file-cache ()
  "Reset the cache of files downloaded by `org-file-contents'."
  (clrhash org--file-cache))