* Reset the manager (for testing).
()
| 327 | * Reset the manager (for testing). |
| 328 | */ |
| 329 | reset(): void { |
| 330 | this.entries.clear(); |
| 331 | this.isClearing = false; |
| 332 | } |
| 333 | } |
| 334 | |
| 335 | /** Singleton instance of the cache manager */ |
no test coverage detected