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ยง
- Symbol
Cache - Symbol cache for storing and retrieving parsed symbols
- Symbol
Cache Stats - Statistics about the symbol cache