Module eval_cache

Module eval_cache 

Source

Structsยง

CacheKey
Cache key: combines evaluation logic ID with hash of all dependent values Zero-copy design: stores references to logic and dependency paths
CacheStats
Cache statistics
EvalCache
Zero-copy cache store With parallel feature: Uses DashMap for thread-safe concurrent access Without parallel feature: Uses HashMap + RefCell for ultra-fast single-threaded access Values are stored behind Arc to enable cheap cloning