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
/
FullRepository
Full
Repository
interface
FullRepository
<
K
,
V
>
:
MinimalRepository
<
K
,
V
>
Inheritors
DeleteByRoomIdFullRepository
InMemoryFullRepository
InboundMegolmSessionRepository
NotificationStateRepository
OlmSessionRepository
OutboundMegolmSessionRepository
RoomKeyRequestRepository
RoomRepository
SecretKeyRequestRepository
Members
Functions
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
key
:
K
)
delete
All
Link copied to clipboard
abstract
suspend
fun
deleteAll
(
)
get
Link copied to clipboard
abstract
suspend
fun
get
(
key
:
K
)
:
V
?
get
All
Link copied to clipboard
abstract
suspend
fun
getAll
(
)
:
List
<
V
>
save
Link copied to clipboard
abstract
suspend
fun
save
(
key
:
K
,
value
:
V
)
serialize
Key
Link copied to clipboard
abstract
fun
serializeKey
(
key
:
K
)
:
String