Hi, does ksp cache resolved types so that subseque...
# ksp
w
Hi, does ksp cache resolved types so that subsequent calls don't incur the same cost? Or should I handle storing and retrieving calls to resolve?
1
j
resolved types are cached per round, you should not need to worry about caching types yourself.
👍 1