pub trait FileCache { // Required method fn fetch(&self, ctx: SyntaxCtxIndex) -> Option<(PathBuf, &String)>; }