* Records the eviction of an entry from the cache. This should only be called when an entry is * evicted due to the cache's eviction strategy, and not as a result of manual invalidations. * * @param count - The number of evictions to record
(count: number)
| 248 | * @param count - The number of evictions to record |
| 249 | */ |
| 250 | recordEvictions(count: number): void; |
| 251 | |
| 252 | /** |
| 253 | * Returns a snapshot of this counter's values. Note that this may be an inconsistent view, as it |
no outgoing calls
no test coverage detected