fix:okhttp自动保存返回的cookie

This commit is contained in:
Xwite
2022-05-07 09:06:27 +08:00
parent 73448b88f6
commit 3017a6a398
@@ -11,7 +11,7 @@ import splitties.init.appCtx
object CacheManager {
private val queryTTFMap = hashMapOf<String, Pair<Long, QueryTTF>>()
private val memoryLruCache = object : LruCache<String, String>(100)
private val memoryLruCache = object : LruCache<String, String>(100) {}
/**
* saveTime 单位为秒