merge missing commit from #163

This commit is contained in:
Aria Moradi
2021-07-31 04:50:43 +04:30
5 changed files with 68 additions and 25 deletions

View File

@@ -54,4 +54,8 @@ object GetHttpSource {
}
return sourceCache[sourceId]!!
}
fun invalidateSourceCache(sourceId: Long) {
sourceCache.remove(sourceId)
}
}