
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
package com.mmoczkowski.chart.cache.api
interface Cache {
suspend fun get(key: K, fetch: suspend (K) -> V): V
}