pub type TypeCache = HashMap<UnitOffset, Option<TypeInfo>>;
Type cache for performance optimization
pub struct TypeCache { /* private fields */ }