Variable: tramp-cache-data

tramp-cache-data is a variable defined in tramp-cache.el.gz.

Value

#s(hash-table size 65 test equal rehash-size 1.5 rehash-threshold 0.8125 data
	      ())

Documentation

Hash table for remote files properties.

Source Code

;; Defined in /usr/src/emacs/lisp/net/tramp-cache.el.gz
;;; -- Cache --

;;;###tramp-autoload
(defvar tramp-cache-data (make-hash-table :test #'equal)
  "Hash table for remote files properties.")