trixnity-client
3.0.0-beta3
trixnity-client
/
net.folivo.trixnity.client.store.repository
/
OutdatedKeysRepository
Outdated
Keys
Repository
interface
OutdatedKeysRepository
:
MinimalStoreRepository
<
Long
,
Set
<
UserId
>
>
Functions
Inheritors
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
>
)
Inheritors
InMemoryOutdatedKeysRepository
Link copied to clipboard