Skip to main content

Module cache

Module cache 

Source
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§

CacheStats
Cache usage statistics for monitoring.
FileParseCache
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.