Cache Statistics ($server$)

$classes.keys:{k| $classes.(k):{m| }$ }$

$k.name$ ($k.scope$)

Method # Requests Hit Rate Miss Rate Total Load Time (s) Average Load Time (ms) # Entries # Evictions Estimated Memory Usage*
$m.methodName$ ($m.stats.instanceCount$)
timeToLive=$m.stats.settings.timeToLive$ maxEntries=$m.stats.settings.maxEntries$ evictionStrategy=$m.stats.settings.evictionStrategy$ softValues=$m.stats.settings.softValues$ singletonCache=$m.stats.settings.singletonCache$
$m.stats.combinedStats.requestCount$ $m.stats.combinedStats.hitRatePercent$ $m.stats.combinedStats.missRatePercent$ $m.totalLoadTimeSeconds$ $m.averageLoadTimeMillis$ $m.stats.combinedStats.entries$ $m.stats.combinedStats.evictionCount$ $m.stats.combinedStats.estimatedMemoryUsageMB$

* memory is estimated based on reflective, recursive scan of the object graph and is only roughly indicative of actual memory usage. If a cache shows (0) size, it indicates that the graph could not be estimated (check java logging).