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

commonMain.com.apadmi.mockzilla.lib.internal.utils.FileIo.kt Maven / Gradle / Ivy

The newest version!
package com.apadmi.mockzilla.lib.internal.utils

internal expect class FileIo {
    suspend fun readFromCache(filename: String): String?
    suspend fun saveToCache(filename: String, contents: String)
    suspend fun deleteCacheFile(filename: String)
    suspend fun deleteAllCaches()
}

internal expect fun createFileIoforTesting(): FileIo




© 2015 - 2025 Weber Informatics LLC | Privacy Policy