Type Alias ValueCache

Source
pub type ValueCache<C = GlobalCache> = NodeCache<ValueData, C>;
Expand description

A cache for rain values, for hash-consing

Aliased Type§

pub struct ValueCache<C = GlobalCache> {
    pub map: <C as CacheType<ValueData>>::UnderlyingMap,
    pub keys: (u64, u64),
}

Fields§

§map: <C as CacheType<ValueData>>::UnderlyingMap

The underlying map of this

§keys: (u64, u64)

The keys of this node cache, for constructing AHasher instances