MosaicCacheDao

interface MosaicCacheDao

Functions

Link copied to clipboard
abstract suspend fun delete(cacheKey: String)
Link copied to clipboard
abstract suspend fun deleteByPrefix(prefix: String)
Link copied to clipboard
abstract suspend fun get(cacheKey: String): MosaicCacheEntity?
Link copied to clipboard
abstract suspend fun upsert(cacheKey: String, data: String)