trixnity-client
3.1.0
trixnity-client
/
net.folivo.trixnity.client.store.repository
/
InMemoryOutdatedKeysRepository
In
Memory
Outdated
Keys
Repository
class
InMemoryOutdatedKeysRepository
:
InMemoryMinimalStoreRepository
<
Long
,
Set
<
UserId
>
>
,
OutdatedKeysRepository
Constructors
Functions
Properties
Constructors
In
Memory
Outdated
Keys
Repository
Link copied to clipboard
fun
InMemoryOutdatedKeysRepository
(
)
Functions
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
key
:
Long
)
delete
All
Link copied to clipboard
abstract
suspend
fun
deleteAll
(
)
get
Link copied to clipboard
abstract
suspend
fun
get
(
key
:
Long
)
:
Set
<
UserId
>
?
save
Link copied to clipboard
abstract
suspend
fun
save
(
key
:
Long
,
value
:
Set
<
UserId
>
)
Properties
content
Link copied to clipboard
val
content
:
MutableStateFlow
<
Map
<
Long
,
Set
<
UserId
>
>
>