Template Struct CachedValue¶
Defined in File value_id.hpp
Struct Documentation¶
-
template<meta::eval_node Node>
struct CachedValue¶ The runtime-cache key: a forest node.
On the forest-descent path a cached value’s identity is its node’s canonical hash (
hash::value) — exactly whatCachedValueHasher/CachedValueEqualkeyCacheManager'smap by. The batched (table-driven) executor never consults this map for values at all: it keys by cell id instead (seecell_table.hpp), so no per-scope slice coloring is threaded through here. Node-facing operations forward tonodeviaoperator->soCacheManager'sinternals retarget mechanically.