Variable: marginalia--cache-size
marginalia--cache-size is a variable defined in marginalia.el.
Value
100
Documentation
Size of the cache, set to 0 to disable the cache.
Disabling the cache is useful on non-incremental UIs like default completion or for performance profiling of the annotators.
Source Code
;; Defined in ~/.emacs.d/elpa/marginalia-20260724.810/marginalia.el
(defvar marginalia--cache-size 100
"Size of the cache, set to 0 to disable the cache.
Disabling the cache is useful on non-incremental UIs like default completion or
for performance profiling of the annotators.")