()
| 84 | } |
| 85 | |
| 86 | dump(): ReturnType<LRUCache<string, FileState>['dump']> { |
| 87 | return this.cache.dump() |
| 88 | } |
| 89 | |
| 90 | load(entries: ReturnType<LRUCache<string, FileState>['dump']>): void { |
| 91 | this.cache.load(entries) |
no outgoing calls
no test coverage detected