### Feature Request / Improvement ## Description As discussed in #2993, it would be nice to have a function call similar to `cache_info()` to get information about cache hits and misses ## References [`cachetools` implements a 2 counter to achieve this](https://github.com/tkem/cachetools/blob/5dce86fc5c9c565c6e9c912e2be5d6abb9586a1d/src/cachetools/_cached.py#L17)
Feature Request / Improvement
Description
As discussed in #2993, it would be nice to have a function call similar to
cache_info()to get information about cache hits and missesReferences
cachetoolsimplements a 2 counter to achieve this