mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2024-11-17 13:53:49 +00:00
fix build
This commit is contained in:
parent
4b0f20dbd1
commit
0d552cfcd2
@ -192,6 +192,10 @@ open class FullKeyValuesCacheRepo<Key,Value>(
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override suspend fun set(toSet: Map<Key, List<Value>>) {
|
||||||
|
super<KeyValuesRepo>.set(toSet)
|
||||||
|
}
|
||||||
|
|
||||||
override suspend fun removeWithValue(v: Value) {
|
override suspend fun removeWithValue(v: Value) {
|
||||||
super<FullWriteKeyValuesCacheRepo>.removeWithValue(v)
|
super<FullWriteKeyValuesCacheRepo>.removeWithValue(v)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user