Function: spam-clear-cache
spam-clear-cache is a byte-compiled function defined in spam.el.gz.
Signature
(spam-clear-cache SYMBOL)
Documentation
Clear the spam-caches entry for a check.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/spam.el.gz
;;}}}
;;{{{ convenience functions
(defun spam-clear-cache (symbol)
"Clear the `spam-caches' entry for a check."
(remhash symbol spam-caches))