Variable: gravatar--cache
gravatar--cache is a variable defined in gravatar.el.gz.
Value
#s(hash-table test equal)
Documentation
Cache for gravatars.
Source Code
;; Defined in /usr/src/emacs/lisp/image/gravatar.el.gz
(defvar gravatar--cache (make-hash-table :test 'equal)
"Cache for gravatars.")