Searched refs:typeCache (Results 1 – 1 of 1) sorted by relevance
64 private val typeCache = HashMap<Key, CacheEntry>() in <lambda>() constant113 typeCache.computeIfAbsent(key) { CacheEntry(it.type, it.forceClassToBeNonNull) } in <lambda>()