* Returns a snapshot of this counter's values. Note that this may be an inconsistent view, as it * may be interleaved with update operations. * * @return A snapshot of this counter's values
()
| 256 | * @return A snapshot of this counter's values |
| 257 | */ |
| 258 | snapshot(): CacheStats; |
| 259 | } |
| 260 | |
| 261 | /** |
no outgoing calls
no test coverage detected