Mosaic
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Mosaic
mosaic-client
/
dev.catbit.mosaic.client.data.data_sources.database.daos
/
MosaicCacheDao
Mosaic
Cache
Dao
interface
MosaicCacheDao
Members
Functions
delete
Link copied to clipboard
abstract
suspend
fun
delete
(
cacheKey
:
String
)
delete
By
Prefix
Link copied to clipboard
abstract
suspend
fun
deleteByPrefix
(
prefix
:
String
)
get
Link copied to clipboard
abstract
suspend
fun
get
(
cacheKey
:
String
)
:
MosaicCacheEntity
?
upsert
Link copied to clipboard
abstract
suspend
fun
upsert
(
cacheKey
:
String
,
data
:
String
)