toggle menu
trixnity-client
4.3.11
common
switch theme
search in API
trixnity-client
/
net.folivo.trixnity.client.store.repository
/
InMemoryOlmForgetFallbackKeyAfterRepository
In
Memory
Olm
Forget
Fallback
Key
After
Repository
class
InMemoryOlmForgetFallbackKeyAfterRepository
:
InMemoryMinimalRepository
<
Long
,
Instant
>
,
OlmForgetFallbackKeyAfterRepository
Members
Constructors
In
Memory
Olm
Forget
Fallback
Key
After
Repository
Link copied to clipboard
constructor
(
)
Properties
content
Link copied to clipboard
val
content
:
MutableStateFlow
<
Map
<
Long
,
Instant
>
>
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
)
:
Instant
?
save
Link copied to clipboard
abstract
suspend
fun
save
(
key
:
Long
,
value
:
Instant
)
serialize
Key
Link copied to clipboard
open
override
fun
serializeKey
(
key
:
Long
)
:
String