Variable: pgg-passphrase-cache-expiry

pgg-passphrase-cache-expiry is a customizable variable defined in pgg-def.el.gz.

Value

16

Documentation

How many seconds the passphrase is cached.

Whether the passphrase is cached at all is controlled by pgg-cache-passphrase.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/pgg-def.el.gz
(defcustom pgg-passphrase-cache-expiry 16
  "How many seconds the passphrase is cached.
Whether the passphrase is cached at all is controlled by
`pgg-cache-passphrase'."
  :type 'integer)