Records cache hits. This should be called when a cache request returns a cached value. @param count the number of hits to record @since 11.0
(int count)
| 146 | * @since 11.0 |
| 147 | */ |
| 148 | void recordHits(int count); |
| 149 | |
| 150 | /** |
| 151 | * Records cache misses. This should be called when a cache request returns a value that was not |
no outgoing calls
no test coverage detected