Ensure clearing the cache delete the CacheStore.
This commit is contained in:
parent
93717d0db0
commit
ed58f7161e
8 changed files with 45 additions and 2 deletions
|
|
@ -11,4 +11,5 @@ interface CacheStore {
|
|||
suspend fun storeData(key: String, data: CacheData)
|
||||
suspend fun getData(key: String): CacheData?
|
||||
suspend fun deleteData(key: String)
|
||||
suspend fun deleteAll()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue