Variable: org-element--cache-hash-nocache

org-element--cache-hash-nocache is a variable defined in org-element.el.gz.

Value

0

Documentation

Number of calls to org-element--cache-has with both SIDE argument.

These calls are not cached by hash. See org-element--cache-hash-size.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-element.el.gz
(defvar org-element--cache-hash-nocache 0
  "Number of calls to `org-element--cache-has' with `both' SIDE argument.
These calls are not cached by hash.  See `org-element--cache-hash-size'.")