sui-cache-eval 0.1.14

Content-addressed evaluation cache for sui — hash-keyed memoization of Nix expressions
Documentation

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.