LRUCacheKey

class LRUCacheKey

LRUCacheKey combines a Java class or interface with its complete type parameterization. It serves as the key to the pojo typecache.

Parameters

typeArgs

The type arguments.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int

Properties

Link copied to clipboard
val javaClass: Class<*>
Link copied to clipboard
val typeArgs: A_Tuple

/** The type arguments. */