All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.net.folivo.trixnity.client.store.Store.kt Maven / Gradle / Ivy

There is a newer version: 4.7.1
Show newest version
package net.folivo.trixnity.client.store

interface Store {
    suspend fun init() {}

    /**
     * Only deletes everything, that can be fetched from server.
     */
    suspend fun clearCache()

    /**
     * Deletes everything.
     */
    suspend fun deleteAll()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy