toggle menu
trixnity-client
4.11.2
common
switch theme
search in API
trixnity-client
/
net.folivo.trixnity.client.store.cache
/
ObservableCacheStatistic
Observable
Cache
Statistic
data
class
ObservableCacheStatistic
(
val
name
:
String
,
val
all
:
Int
,
val
subscribed
:
Int
,
val
indexes
:
List
<
ObservableCacheIndexStatistic
>
)
Members
Constructors
Observable
Cache
Statistic
Link copied to clipboard
constructor
(
name
:
String
,
all
:
Int
,
subscribed
:
Int
,
indexes
:
List
<
ObservableCacheIndexStatistic
>
)
Properties
all
Link copied to clipboard
val
all
:
Int
indexes
Link copied to clipboard
val
indexes
:
List
<
ObservableCacheIndexStatistic
>
name
Link copied to clipboard
val
name
:
String
subscribed
Link copied to clipboard
val
subscribed
:
Int