Searched refs:subscriptionInfoCache (Results 1 – 1 of 1) sorted by relevance
73 private val subscriptionInfoCache = mutableMapOf<Int, SubscriptionModel>() regex94 if (!subscriptionInfoCache.containsKey(subId)) {100 .also { subscriptionInfoCache[subId] = it }102 _subscriptions.value = subscriptionInfoCache.values.toList()218 subscriptionInfoCache.clear()317 subscriptionInfoCache.remove(subId)