CachedContext

class CachedContext


Represents an identifier of a cached context that can be used in inference.

Summary

Public functions

open operator Boolean
equals(other: Any?)
open Int

Public properties

String

a unique name for the cached context.

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

Public properties

name

val nameString

a unique name for the cached context.