Variable: semanticdb-abstract-cache
semanticdb-abstract-cache is a variable without a source file.
This variable is obsolete since 25.1; use 'semanticdb-abstract-cache instead
Value
semanticdb-abstract-cache
Documentation
Abstract baseclass for tools to use to cache information in semanticdb.
Tools needing a per-file cache must subclass this, and then get one as
needed. Cache objects are identified in semanticdb by subclass.
In order to keep your cache up to date, be sure to implement
semanticdb-synchronize, and semanticdb-partial-synchronize.
See the file semantic/scope.el for an example.