()
| 95 | } |
| 96 | |
| 97 | dump(): ReturnType<LRUCache<string, FileState>['dump']> { |
| 98 | return this.cache.dump() |
| 99 | } |
| 100 | |
| 101 | load(entries: ReturnType<LRUCache<string, FileState>['dump']>): void { |
| 102 | this.cache.load(entries) |
no outgoing calls
no test coverage detected