trixnity
Toggle table of contents
5.2.0-SNAPSHOT.CI-20260302.101522
common
Target filter
common
Switch theme
Search in API
Skip to content
trixnity
trixnity-client
/
de.connect2x.trixnity.client.store.repository
/
InMemoryOutboundMegolmSessionRepository
In
Memory
Outbound
Megolm
Session
Repository
class
InMemoryOutboundMegolmSessionRepository
:
OutboundMegolmSessionRepository
,
InMemoryFullRepository
<
RoomId
,
StoredOutboundMegolmSession
>
Members
Constructors
In
Memory
Outbound
Megolm
Session
Repository
Link copied to clipboard
constructor
(
)
Properties
content
Link copied to clipboard
val
content
:
MutableStateFlow
<
Map
<
RoomId
,
StoredOutboundMegolmSession
>
>
Functions
delete
Link copied to clipboard
open
suspend
fun
delete
(
key
:
RoomId
)
delete
All
Link copied to clipboard
open
suspend
fun
deleteAll
(
)
get
Link copied to clipboard
open
suspend
fun
get
(
key
:
RoomId
)
:
StoredOutboundMegolmSession
?
get
All
Link copied to clipboard
open
suspend
fun
getAll
(
)
:
List
<
StoredOutboundMegolmSession
>
save
Link copied to clipboard
open
suspend
fun
save
(
key
:
RoomId
,
value
:
StoredOutboundMegolmSession
)
serialize
Key
Link copied to clipboard
open
override
fun
serializeKey
(
key
:
RoomId
)
:
String