internal abstract suspend fun getLoadedProperty(cache: NodeCache?, loader: LazyLoadingSubqueryGenerator<T>.() -> Unit?): R

Gets the loaded property which is returned by the lazy loading delegate

Return

the loaded property

Parameters

cache

used to load nodes from, if provided, not loading deleted nodes

loader

if provided used to define nested nodes to load