getOrCreate

inline fun <T : Any> RouterContext.getOrCreate(key: Any, factory: () -> T): T