优化 #5637
This commit is contained in:
@@ -86,7 +86,6 @@ object CacheManager {
|
||||
}
|
||||
val cache = appDb.cacheDao.get(key)
|
||||
if (cache != null && (cache.deadline == 0L || cache.deadline > System.currentTimeMillis())) {
|
||||
putMemory(key, cache.value ?: "")
|
||||
return cache.value
|
||||
}
|
||||
return null
|
||||
|
||||
Reference in New Issue
Block a user