| 28 | * or mixed path separators on Windows (/ vs \). |
| 29 | */ |
| 30 | export class FileStateCache { |
| 31 | private cache: LRUCache<string, FileState> |
| 32 | |
| 33 | constructor(maxEntries: number, maxSizeBytes: number) { |
nothing calls this directly
no outgoing calls
no test coverage detected