package dev.inmo.micro_utils.repos.cache.cache import dev.inmo.micro_utils.repos.* interface KVCache : KeyValueRepo { companion object }