actualizeAll

inline suspend fun <K, V> KVCache<K, V>.actualizeAll(getAll: () -> Map<K, V>)
inline suspend fun <K, V> KVCache<K, V>.actualizeAll(repo: ReadKeyValueRepo<K, V>)
inline suspend fun <K, V> KVCache<K, List<V>>.actualizeAll(repo: ReadKeyValuesRepo<K, V>)
inline suspend fun <K, V> KVCache<K, V>.actualizeAll(repo: ReadCRUDRepo<V, K>)