Redis – Extending Spring Cache Interceptor for collecting custom metrics
I'm trying to collect the cache metrics in detail, capture them as events, for instance; object is hit from cache, or it was a miss, it took X milliseconds, not just aggregated metrics. Since Spring Cache abstraction is already good…