Interface: CacheSettings
Defined in: packages/cspell-types/dist/index.d.mts:1771
Properties
cacheFormat?
optionalcacheFormat?:CacheFormat
Defined in: packages/cspell-types/dist/index.d.mts:1797
Format of the cache file.
legacy- use absolute paths in the cache fileuniversal- use a sharable format.
Default
'universal'
cacheLocation?
optionalcacheLocation?:string
Defined in: packages/cspell-types/dist/index.d.mts:1785
Path 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.
cacheStrategy?
optionalcacheStrategy?:CacheStrategy
Defined in: packages/cspell-types/dist/index.d.mts:1790
Strategy to use for detecting changed files, default: content
Default
'content'
useCache?
optionaluseCache?:boolean
Defined in: packages/cspell-types/dist/index.d.mts:1776
Store the results of processed files in order to only operate on the changed ones.
Default
false