Variable: semanticdb-default-file-name
semanticdb-default-file-name is a customizable variable defined in
db-file.el.gz.
Value
"semantic.cache"
Documentation
File name of the semantic tag cache.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/db-file.el.gz
;;; Settings
;;
(defcustom semanticdb-default-file-name "semantic.cache"
"File name of the semantic tag cache."
:group 'semanticdb
:type 'string)