Skip to main content

Module cache_metrics

Module cache_metrics 

Source
Expand description

Cache metrics module: hit/miss rates, latency tracking, eviction counters.

Provides CacheMetrics with atomic counters safe for multi-threaded access, and a CacheMetricsSnapshot for point-in-time reporting.

Structsยง

CacheMetrics
Atomic cache metrics counters.
CacheMetricsSnapshot
Immutable point-in-time snapshot of cache metrics.