Variable: org-persist--write-cache
org-persist--write-cache is a variable defined in org-persist.el.gz.
Value
#s(hash-table test equal)
Documentation
Hash table storing as-written data objects.
This data is used to avoid reading the data multiple times.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-persist.el.gz
(defvar org-persist--write-cache (make-hash-table :test #'equal)
"Hash table storing as-written data objects.
This data is used to avoid reading the data multiple times.")