* Clears the entire cache. Useful for testing or memory management.
()
| 71 | * Clears the entire cache. Useful for testing or memory management. |
| 72 | */ |
| 73 | clear(): void { |
| 74 | this.cache.clear() |
| 75 | } |
| 76 | |
| 77 | /** |
| 78 | * Removes a specific file from the cache. |
nothing calls this directly
no outgoing calls
no test coverage detected