Kmemo
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Kmemo
kmemo-core
/
dev.kmemo
/
CacheStats
/
CacheStats
Cache
Stats
constructor
(
lookups
:
Long
,
hits
:
Long
,
misses
:
Long
,
belowThreshold
:
Long
,
guardRejections
:
Long
,
verifierRejections
:
Long
,
writes
:
Long
,
guardRejectionsByGuard
:
Map
<
String
,
Long
>
=
emptyMap()
)