DataLink

class DataLink<S : Any, T : Any, I>(val source: KProperty1<S, I>, val target: KType, val linkedField: KProperty1<T, I>)

An instance that links a Property I of class S to class T. When S is removed from the cache all T with an I pof the same value will also be removed.

Constructors

Link copied to clipboard
constructor(source: KProperty1<S, I>, target: KType, linkedField: KProperty1<T, I>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard