Optional
cacheOptional
cachePath to the cache location. Can be a file or a directory.
If none specified .cspellcache
will be used.
Relative paths are relative to the config file in which it
is defined.
A prefix of ${cwd}
is replaced with the current working directory.
Optional
cacheStrategy to use for detecting changed files, default: metadata
Optional
useStore the results of processed files in order to only operate on the changed ones.
Format of the cache file.
legacy
- use absolute paths in the cache fileuniversal
- use a sharable format.