Expand description
Cached index metadata and access tracking for session management.
CachedIndex wraps a CodeGraph (unified graph format) with lightweight
bookkeeping so the session manager can implement LRU and idle eviction
without cloning large data structures.
Structsยง
- Atomic
Instant - Minimal atomic wrapper for
Instantusing a mutex (Instant lacks atomics). - Cached
Index - Wrapper around a
CodeGraphwith access metadata for eviction policies.