Expand description
Library-facing LRU cache of parsed session analyses.
The global singleton is retained for source compatibility with library callers. CLI summary scans use the compact process-local cache instead.
Structs§
- Cache
Stats - Cache usage statistics for monitoring.
- File
Parse Cache - Thread-safe LRU cache for parsed session analyses with automatic eviction.
Statics§
- GLOBAL_
FILE_ CACHE - Global singleton retained for library callers.
Functions§
- clear_
global_ cache - Clears the global cache (primarily for testing).
- global_
cache - Returns a reference to the global file parse cache.