Kind: Class
Methods
| Method | Signature | Returns |
|---|---|---|
getLines | getLines(absolutePath: string) | `string[] |
clear | clear() | void |
Where it refuses work
FileCachestops the work with an early return whenthis.cache.has(absolutePath).
When something fails
FileCachehandles failure in 1 place: it turns it into a return value in all 1.
Was this page helpful?