appcachegetForFileGet the text content and a parsed syntax tree for the given file, and then store the result to `cache`.
getForFile(runnable: Runnable, file: TFile): Promise<any>;
Console example:
await app.metadataCache.blockCache.getForFile({isCancelled: () => false}, app.workspace.getActiveFile());
getAllclearClear the `cache`, i.e.
this.cache = {};