Variable: org--file-cache

org--file-cache is a variable defined in org.el.gz.

Value

#s(hash-table test equal)

Documentation

Hash table to store contents of files referenced via a URL.

This is the cache of file URLs read using org-file-contents.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defvar org--file-cache (make-hash-table :test #'equal)
  "Hash table to store contents of files referenced via a URL.
This is the cache of file URLs read using `org-file-contents'.")