Skip to main content

Module symbol_cache

Module symbol_cache 

Source
Expand description

Symbol cache for storing parsed symbols

This module provides transparent caching of parsed symbols to avoid re-parsing files during symbol queries. Symbols are stored in SQLite and keyed by (file_path, blake3_hash) for automatic invalidation when files change.

Structsยง

SymbolCache
Symbol cache for storing and retrieving parsed symbols
SymbolCacheStats
Statistics about the symbol cache