cacheDir

cacheDir: undefined | string

Root of the directory holding all the files that iTwin.js caches

  • If not specified at startup a platform specific default is used -
    • Windows: $(HOMEDIR)/AppData/Local/iModelJs/
    • Mac/iOS: $(HOMEDIR)/Library/Caches/iModelJs/
    • Linux: $(HOMEDIR)/.cache/iModelJs/ where $(HOMEDIR) is documented here
  • if specified, ensure it is set to a folder with read/write access.

@see IModelHost.cacheDir for the value it's set to after startup

Defined in

Last Updated: 20 April, 2024