pub type Cache = HashMap<u16, Arc<(Stack, Memory)>>;
Cache of parent outputs, indexed by node index for a predicate.
pub struct Cache { /* private fields */ }