Variable: semantic-before-toplevel-cache-flush-hook
semantic-before-toplevel-cache-flush-hook is a variable defined in
semantic.el.gz.
Value
(semantic-mrub-cache-flush-fcn
semantic-edits-flush-changes)
Documentation
Hooks run before the toplevel tag cache is flushed.
For language specific hooks, make sure you define this as a local
hook. This hook is called before a corresponding
semantic-after-toplevel-cache-change-hook which is also called
during a flush when the cache is given a new value of nil.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic.el.gz
(defvar semantic-before-toplevel-cache-flush-hook nil
"Hooks run before the toplevel tag cache is flushed.
For language specific hooks, make sure you define this as a local
hook. This hook is called before a corresponding
`semantic-after-toplevel-cache-change-hook' which is also called
during a flush when the cache is given a new value of nil.")