* Returns a statistics instance where no cache events have been recorded. * * @returns An empty statistics instance
()
| 86 | * @returns An empty statistics instance |
| 87 | */ |
| 88 | static empty(): CacheStats { |
| 89 | return CacheStats.EMPTY_STATS; |
| 90 | } |
| 91 | |
| 92 | /** |
| 93 | * An empty stats instance with all counters set to zero. |
no outgoing calls
no test coverage detected