trixnity-client
3.1.0
trixnity-client
/
net.folivo.trixnity.client.store.repository
/
InMemoryMediaCacheMappingRepository
In
Memory
Media
Cache
Mapping
Repository
class
InMemoryMediaCacheMappingRepository
:
InMemoryMinimalStoreRepository
<
String
,
MediaCacheMapping
>
,
MediaCacheMappingRepository
Constructors
Functions
Properties
Constructors
In
Memory
Media
Cache
Mapping
Repository
Link copied to clipboard
fun
InMemoryMediaCacheMappingRepository
(
)
Functions
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
key
:
String
)
delete
All
Link copied to clipboard
abstract
suspend
fun
deleteAll
(
)
get
Link copied to clipboard
abstract
suspend
fun
get
(
key
:
String
)
:
MediaCacheMapping
?
save
Link copied to clipboard
abstract
suspend
fun
save
(
key
:
String
,
value
:
MediaCacheMapping
)
Properties
content
Link copied to clipboard
val
content
:
MutableStateFlow
<
Map
<
String
,
MediaCacheMapping
>
>