semantic--buffer-cache

semantic--buffer-cache is a variable defined in `semantic.el'.
Its value is
nil

  • Automatically becomes buffer-local when set.

Documentation:
A cache of the fully parsed buffer.
If no significant changes have been made (based on the state) then
this is returned instead of re-parsing the buffer.

DO NOT USE THIS VARIABLE IN PROGRAMS.

If you need a tag list, use `semantic-fetch-tags'. If you need the
cached values for some reason, chances are you can add a hook to
`semantic-after-toplevel-cache-change-hook'.