Variable: spam-caches

spam-caches is a variable defined in spam.el.gz.

Value

#s(hash-table test equal)

Documentation

Cache of spam detection entries.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
(defvar spam-caches (make-hash-table
                     :size 10
                     :test 'equal)
  "Cache of spam detection entries.")