Variable: org-element--cache-hash-statistics

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

Value

(0 . 0)

Documentation

Cons cell storing how Org makes use of org-element--cache-find caching.

The car is the number of successful uses and cdr is the total calls to org-element--cache-find.

Source Code

;; Defined in /usr/src/emacs/lisp/org/org-element.el.gz
(defvar org-element--cache-hash-statistics '(0 . 0)
  "Cons cell storing how Org makes use of `org-element--cache-find' caching.
The car is the number of successful uses and cdr is the total calls to
`org-element--cache-find'.")