ExecutionResultCache

Type Alias ExecutionResultCache 

Source
pub type ExecutionResultCache = CircuitCache<ExecutionResult>;
Expand description

Specialized cache for execution results

Aliased Typeยง

pub struct ExecutionResultCache { /* private fields */ }