Module cache

Module cache 

Source
Expand description

Memory Budget Cache

Provides LRU-based cache management with byte-level memory tracking for partition eviction in the lazy graph manager.

Thread-safe via interior mutability using parking_lot::Mutex.

Structs§

CacheMetrics
Cache metrics for monitoring
MemoryBudgetCache
Memory budget cache with LRU eviction
PartitionStats
Statistics about a loaded partition

Functions§

estimate_memory
Estimate memory footprint for a partition
estimate_memory_custom
Estimate memory footprint with custom size factors