trixnity-client
3.1.0
trixnity-client
/
net.folivo.trixnity.client.store.repository
/
MediaCacheMappingRepository
Media
Cache
Mapping
Repository
interface
MediaCacheMappingRepository
:
MinimalStoreRepository
<
String
,
MediaCacheMapping
>
Functions
Inheritors
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
)
Inheritors
InMemoryMediaCacheMappingRepository
Link copied to clipboard