noDetachChangeCache
noDetachChangeCache: boolean | undefined
Do not detach the change cache that we build. Use this if you want to do multiple transformations to the same iModels, to avoid the performance cost of reinitializing the change cache which can be expensive. You should only use this if you know the cache will be reused.
@note You must detach the change cache yourself.
@default
false
Defined in
Last Updated: 06 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.