toggle menu
cache
common
switch theme
search in API
api
/
dev.kord.cache.api.meta
/
TypeStatistics
Type
Statistics
class
TypeStatistics
(
val
type
:
KType
,
val
queries
:
Long
,
val
hits
:
Long
)
Members
Constructors
Type
Statistics
Link copied to clipboard
constructor
(
type
:
KType
,
queries
:
Long
,
hits
:
Long
)
Properties
hit
Ratio
Link copied to clipboard
val
hitRatio
:
Double
hits
Link copied to clipboard
val
hits
:
Long
misses
Link copied to clipboard
val
misses
:
Long
queries
Link copied to clipboard
val
queries
:
Long
type
Link copied to clipboard
val
type
:
KType