Variable: auth-source-do-cache

auth-source-do-cache is a customizable variable defined in auth-source.el.gz.

Value

t

Documentation

Whether auth-source should cache information with password-cache.

This variable was added, or its default value changed, in Emacs 23.2.

Source Code

;; Defined in /usr/src/emacs/lisp/auth-source.el.gz
(defcustom auth-source-do-cache t
  "Whether auth-source should cache information with `password-cache'."
  :version "23.2" ;; No Gnus
  :type 'boolean)