Skip to main content

Function: clearCachedFiles()

clearCachedFiles(): Promise<void>

Defined in: packages/cspell-lib/src/lib/clearCachedFiles.ts:11

Clear the cached files and other cached data. Calling this function will cause the next spell check to take longer because it will need to reload configuration files and dictionaries. Call this function if configuration files have changed.

It is safe to replace clearCachedFiles with clearCaches

Returns

Promise<void>