Variable: css--property-value-cache

css--property-value-cache is a variable defined in css-mode.el.gz.

Value

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

Documentation

Cache of previously completed property values.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/css-mode.el.gz
(defvar css--property-value-cache
  (make-hash-table :test 'equal :size (length css-property-alist))
  "Cache of previously completed property values.")