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

com.mmoczkowski.chart.cache.api.Cache.kt Maven / Gradle / Ivy

package com.mmoczkowski.chart.cache.api

interface Cache {
    suspend fun get(key: K, fetch: suspend (K) -> V): V
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy