pub type Cache = HashMap<String, Pointer<Cst>>;
The cache used in Parser when cache feature is enabled.
Parser
cache
pub struct Cache { /* private fields */ }