pub type CacheHit = (Vec<Issue>, Vec<(String, u32, u32)>);
Cached analysis result returned on a cache hit: issues and reference location triples (symbol_key, start_byte, end_byte).
(symbol_key, start_byte, end_byte)