Expand description
Content-addressed evaluation cache.
Caches forced Nix expression results by hashing the source content
and (optionally) the flake lock. Lookup is O(1) via HashMap.
Persistence is best-effort JSON to ~/.cache/sui/eval-cache.json.
Structs§
- Cache
Key - A cache key combining source hash and optional lock hash.
- Cached
Value - A cached evaluation result.
- Eval
Cache - Content-addressed evaluation cache.
Enums§
- Cache
Error - Errors that can occur during cache operations.