sixhours-team/memcached-spring-boot

Measure cache hits and misses ratios

Closed this issue · 1 comments

Add implementation of CacheStatisticsProvider to instrument cache hits and misses.
It will require changes to MemcachedCache to count cache hits and misses, so this information can be exposed via /metrics endpoint.

This would be a nice feature to have, and we are planing to add the full cache metrics in the foreseeable future.
Rudimentary, cache metrics for hits & misses (per Spring Boot instance), could be easily added to the MemcachedCache, and probably shipped with the next release.