Skip to main content

CacheLayerStats

Hit/miss counters for one cache namespace (per-pod).

memoryinteger

L1 (in-process) hits

redisinteger

L2 (Redis) hits

missinteger

Misses that fell through to the database

totalinteger

memory + redis + miss

hitRateinteger

Hit rate in basis points (10000 = 100%)

CacheLayerStats
{
"memory": 0,
"redis": 0,
"miss": 0,
"total": 0,
"hitRate": 0
}