IndexField

class IndexField<T, R>(val property: KProperty1<T, R>)

The field on which a Cache can index values, this property is assumed to be unique for different entries.

Constructors

Link copied to clipboard
constructor(property: KProperty1<T, R>)

Properties

Link copied to clipboard