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
/
InMemoryFullRepository
In
Memory
Full
Repository
abstract
class
InMemoryFullRepository
<
K
,
V
>
:
FullRepository
<
K
,
V
>
,
InMemoryMinimalRepository
<
K
,
V
>
Inheritors
InMemoryOlmSessionRepository
InMemoryOutboundMegolmSessionRepository
InMemorySecretKeyRequestRepository
InMemoryRoomKeyRequestRepository
InMemoryInboundMegolmSessionRepository
InMemoryRoomRepository
InMemoryRoomOutboxMessageRepository
InMemoryNotificationRepository
InMemoryNotificationUpdateRepository
InMemoryNotificationStateRepository
Members
Constructors
In
Memory
Full
Repository
Link copied to clipboard
constructor
(
)
Properties
content
Link copied to clipboard
val
content
:
MutableStateFlow
<
Map
<
K
,
V
>
>
Functions
delete
Link copied to clipboard
open
suspend
fun
delete
(
key
:
K
)
delete
All
Link copied to clipboard
open
suspend
fun
deleteAll
(
)
get
Link copied to clipboard
open
suspend
fun
get
(
key
:
K
)
:
V
?
get
All
Link copied to clipboard
open
suspend override
fun
getAll
(
)
:
List
<
V
>
save
Link copied to clipboard
open
suspend
fun
save
(
key
:
K
,
value
:
V
)
serialize
Key
Link copied to clipboard
abstract
fun
serializeKey
(
key
:
K
)
:
String