Function: semanticdb-database-typecache
semanticdb-database-typecache is an autoloaded and byte-compiled
function defined in db-typecache.el.gz.
Signature
(semanticdb-database-typecache &rest SLOTS)
Documentation
Create a new object of class type semanticdb-database-typecache(var)/semanticdb-database-typecache(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/db-typecache.el.gz
;;; DATABASE TYPECACHE
;;
;; A full database can cache the types across its files.
;;
;; Unlike file based caches, this one is a bit simpler, and just needs
;; to get reset when a table gets updated.
;;;###autoload
(defclass semanticdb-database-typecache (semanticdb-abstract-db-cache)
((stream :initform nil
:documentation
"The searchable tag stream for this cache.")
)
"Structure for maintaining a typecache.")