toggle menu
cache
common
switch theme
search in API
api
/
dev.kord.cache.api.meta
/
CacheStatistics
Cache
Statistics
class
CacheStatistics
(
val
typeData
:
Map
<
KType
,
TypeStatistics
>
=
mapOf()
)
Members
Constructors
Cache
Statistics
Link copied to clipboard
constructor
(
typeData
:
Map
<
KType
,
TypeStatistics
>
=
mapOf()
)
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
Data
Link copied to clipboard
val
typeData
:
Map
<
KType
,
TypeStatistics
>
Functions
get
For
Type
Link copied to clipboard
inline
fun
<
T
>
getForType
(
)
:
TypeStatistics
?