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