* Clears all cache entries
()
| 142 | * Clears all cache entries |
| 143 | */ |
| 144 | clear(): void { |
| 145 | this.cache.clear(); |
| 146 | this.stats.hits = 0; |
| 147 | this.stats.misses = 0; |
| 148 | } |
| 149 | |
| 150 | /** |
| 151 | * Gets cache statistics |
no outgoing calls
no test coverage detected