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

commonMain.dev.inmo.micro_utils.repos.cache.FallbackCacheRepo.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 their original repo, if successful - save data to internal
 * [dev.inmo.micro_utils.repos.cache.cache.FullKVCache] or try to take data from that internal cache
 */
interface FallbackCacheRepo : CacheRepo




© 2015 - 2024 Weber Informatics LLC | Privacy Policy