* Returns a StatsCounter that does not record any cache events. * * @return A StatsCounter that does not record metrics
()
| 280 | * @return A StatsCounter that does not record metrics |
| 281 | */ |
| 282 | function disabledStatsCounter(): StatsCounter { |
| 283 | return DisabledStatsCounter.INSTANCE; |
| 284 | } |
| 285 | |
| 286 | /** |
| 287 | * A StatsCounter implementation that maintains cache statistics. |