Returns a current snapshot of this cache's cumulative statistics, or a set of default values if the cache is not recording statistics. All statistics begin at zero and never decrease over the lifetime of the cache. Warning: this cache may not be recording statistical data. For example, a
()
| 161 | * |
| 162 | */ |
| 163 | CacheStats stats(); |
| 164 | |
| 165 | /** |
| 166 | * Returns a view of the entries stored in this cache as a thread-safe map. Modifications made to |
no outgoing calls
no test coverage detected