File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
model-datastructure/src/commonMain/kotlin/org/modelix/model/lazy Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 13
13
*/
14
14
package org.modelix.model.lazy
15
15
16
+ import org.modelix.kotlin.utils.ContextValue
16
17
import org.modelix.model.IKeyValueStore
17
18
import org.modelix.model.api.ITree
18
19
@@ -58,7 +59,7 @@ class PrefetchCache(private val store: IDeserializingKeyValueStore) : IDeseriali
58
59
}
59
60
60
61
companion object {
61
- private val contextValue: org.modelix.kotlin.utils. ContextValue <PrefetchCache > = org.modelix.kotlin.utils. ContextValue ()
62
+ private val contextValue: ContextValue <PrefetchCache > = ContextValue ()
62
63
63
64
fun <T > with (store_ : IDeserializingKeyValueStore , f : () -> T ): T {
64
65
val store = if (store_ is ContextIndirectCache ) store_.directStore else store_
You can’t perform that action at this time.
0 commit comments