Variable: org-persist--write-cache
org-persist--write-cache is a variable defined in org-persist.el.gz.
Value
#s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data
())
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.")