labelCache

A cache used to store and retrieve sets of labels associated with specific Kotlin class types.

This mutable map uses a Kotlin class type as the key and a set of strings representing associated labels as the value. The labelCache provides efficient lookup and prevents redundant re-computation of labels for the same class type.