pub type Cache<'input, T> = HashMap<usize, ParseResult<'input, T>>;
pub struct Cache<'input, T> { /* private fields */ }