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

commonMain.dev.inmo.micro_utils.repos.cache.CommonCacheRepo.kt Maven / Gradle / Ivy

package dev.inmo.micro_utils.repos.cache

/**
 * Any inheritor of this should work with next logic: try to take data from some [dev.inmo.micro_utils.repos.cache.cache.KVCache] and,
 * if not exists, take from origin and save to the cache for future reuse
 */
interface CommonCacheRepo : CacheRepo




© 2015 - 2024 Weber Informatics LLC | Privacy Policy